Iterates all level child items of the current item down in the hierarchical collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public virtual IEnumerable<DataTreeGridItem> AllChildren { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property AllChildren As IEnumerable(Of DataTreeGridItem) |