[]
Collection of TreeViewItem objects for the C1TreeView control.
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
| Name | Description |
|---|---|
| TreeViewItemsCollection() | Initializes a new instance of the TreeViewItemsCollection class. |
| 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. |
| Name | Description |
|---|---|
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |