[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewItemsCollection

TreeViewItemsCollection Class

Collection of TreeViewItem objects for the C1TreeView control.

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, IDisposable
Public Class TreeViewItemsCollection
    Inherits C1DataCollectionList(Of TreeViewItem)
    Implements IList(Of TreeViewItem), ICollection(Of TreeViewItem), IList, ICollection, IReadOnlyList(Of TreeViewItem), IReadOnlyCollection(Of TreeViewItem), IEnumerable(Of TreeViewItem), IEnumerable, INotifyCollectionChanged, IDisposable

Constructors

Name Description
TreeViewItemsCollection()

Initializes a new instance of the TreeViewItemsCollection class.

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

Parent

Gets the parent TreeViewItem of this collection. If this collection is the root collection of the C1TreeView, this property is null.

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.