Iterates the direct child items of the specified 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> GetChildren( GanttChartItem item ) |
Visual Basic (Declaration) |
---|
Public Function GetChildren ( _ item As GanttChartItem _ ) As IEnumerable(Of GanttChartItem) |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to get the children of.