Iterates the direct child items of the current item in the hierarchical collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public IEnumerable<ScheduleChartItem> Children { get; }
Visual Basic (Declaration)
Public ReadOnly Property Children As IEnumerable(Of ScheduleChartItem)

Return Value

The child items of the current item.

See Also