Iterates all level child items of the specified item down in the hierarchical collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public IEnumerable<DataTreeGridItem> GetAllChildren( int index ) |
Visual Basic (Declaration) |
---|
Public Function GetAllChildren ( _ index As Integer _ ) As IEnumerable(Of DataTreeGridItem) |
Parameters
- index
- Type: System..::.Int32
The index of the item to iterate all level children of.