The DataTreeGridItemCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataTreeGridItemCollection |
Methods
| Name | Description | |
|---|---|---|
| Add | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| BlockReentrancy | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| CheckReentrancy | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| Clear | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| ClearItems | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| Contains | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| CopyTo | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| Dispose()()()() |
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Performs tasks associated with freeing, releasing, or resetting resources.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAllChildren(Int32) |
Iterates all level child items of the specified item down in the hierarchical collection.
| |
| GetAllChildren(DataTreeGridItem) |
Iterates all level child items of the specified item down in the hierarchical collection.
| |
| GetAllParents(Int32) |
Iterates all level parent items of the specified item up in the hierarchical collection.
| |
| GetAllParents(DataTreeGridItem) |
Iterates all level parent items of the specified item up in the hierarchical collection.
| |
| GetChildren(Int32) |
Iterates the direct child items of the specified item in the hierarchical collection.
| |
| GetChildren(DataTreeGridItem) |
Iterates the direct child items of the specified item in the hierarchical collection.
| |
| GetEnumerator | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| GetExpandables |
Iterates the expandable items in the hierarchical collection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetLeaves |
Iterates the leaf items in the hierarchical collection.
| |
| GetParent(Int32) |
Gets the direct parent item of the specified item in the hierarchical collection.
| |
| GetParent(DataTreeGridItem) |
Gets the direct parent item of the specified item in the hierarchical collection.
| |
| GetRoots |
Iterates the root items in the hierarchical collection.
| |
| GetType | (Inherited from Object.) | |
| IndexOf |
Returns the index of the specified item in the collection.
| |
| Insert | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| InsertItem | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Move | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| MoveItem | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| OnCollectionChanged |
Raises the CollectionChanged event, and executes internal hierarchical data management operations when collection changes.
(Overrides ObservableCollection<(Of <(<'T>)>)>..::..OnCollectionChanged(NotifyCollectionChangedEventArgs).) | |
| OnItemPropertyChanged |
Raises the ItemmPropertyChanged event.
| |
| OnPropertyChanged | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| Remove | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| RemoveAt | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| RemoveItem | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| SetItem | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| Item | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) | |
| Items | (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.) |
Events
| Name | Description | |
|---|---|---|
| CollectionChanged | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) | |
| ItemPropertyChanged |
Occurs when a data property value of an item in the collection changes.
| |
| PropertyChanged | (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.) |