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