[]
public class TreeRowCollection : TreeCollection<TreeRow>, IList<TreeRow>, ICollection<TreeRow>, IList, ICollection, IReadOnlyList<TreeRow>, IReadOnlyCollection<TreeRow>, IEnumerable<TreeRow>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
TreeRowCollection(TreeRow) | Initializes a new instance of the TreeRowCollection class. |
Name | Description |
---|---|
ParentRow | Gets the parent tree row of this collection. |
Name | Description |
---|---|
ClearItems() | |
InsertItem(int, TreeRow) | |
RemoveItem(int) | |
SetItem(int, TreeRow) |