[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewItemsCollection

TreeViewItemsCollection Class

Inheritance
TreeViewItemsCollection
Namespace: C1.Blazor.TreeView
Assembly: C1.Blazor.TreeView.dll
Syntax
public class TreeViewItemsCollection : C1DataCollectionList<TreeViewItem>, IList<TreeViewItem>, ICollection<TreeViewItem>, IList, ICollection, IReadOnlyList<TreeViewItem>, IReadOnlyCollection<TreeViewItem>, IEnumerable<TreeViewItem>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
TreeViewItemsCollection()

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

Parent

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.