Iterates all level child items of the current item down in the hierarchical collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  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)

Return Value

All level child items of the current item.

See Also