The DataTreeGridItemCollection type exposes the following members.

Constructors

  NameDescription
Public methodDataTreeGridItemCollection

Methods

  NameDescription
Public methodAdd (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodBlockReentrancy (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodCheckReentrancy (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodClear (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodClearItems (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodContains (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodCopyTo (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodDispose()()()()
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs tasks associated with freeing, releasing, or resetting resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAllChildren(Int32)
Iterates all level child items of the specified item down in the hierarchical collection.
Public methodGetAllChildren(DataTreeGridItem)
Iterates all level child items of the specified item down in the hierarchical collection.
Public methodGetAllParents(Int32)
Iterates all level parent items of the specified item up in the hierarchical collection.
Public methodGetAllParents(DataTreeGridItem)
Iterates all level parent items of the specified item up in the hierarchical collection.
Public methodGetChildren(Int32)
Iterates the direct child items of the specified item in the hierarchical collection.
Public methodGetChildren(DataTreeGridItem)
Iterates the direct child items of the specified item in the hierarchical collection.
Public methodGetEnumerator (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodGetExpandables
Iterates the expandable items in the hierarchical collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLeaves
Iterates the leaf items in the hierarchical collection.
Public methodGetParent(Int32)
Gets the direct parent item of the specified item in the hierarchical collection.
Public methodGetParent(DataTreeGridItem)
Gets the direct parent item of the specified item in the hierarchical collection.
Public methodGetRoots
Iterates the root items in the hierarchical collection.
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the index of the specified item in the collection.
Public methodInsert (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodInsertItem (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodMoveItem (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event, and executes internal hierarchical data management operations when collection changes.
(Overrides ObservableCollection<(Of <(<'T>)>)>..::..OnCollectionChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnItemPropertyChanged
Raises the ItemmPropertyChanged event.
Protected methodOnPropertyChanged (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodRemove (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodRemoveAt (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodRemoveItem (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Protected methodSetItem (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCount (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Public propertyItem (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Protected propertyItems (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)

Events

  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Public eventItemPropertyChanged
Occurs when a data property value of an item in the collection changes.
Protected eventPropertyChanged (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIList..::..Add (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Contains (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate methodICollection..::..CopyTo (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate methodIList..::..IndexOf (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Insert (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsFixedSize (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate propertyICollection<(Of <<'(T>)>>)..::..IsReadOnly (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsReadOnly (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronized (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..Item (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate eventINotifyPropertyChanged..::..PropertyChanged (Inherited from ObservableCollection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..SyncRoot (Inherited from Collection<(Of <(<'DataTreeGridItem>)>)>.)

See Also