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