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# |
---|
IEnumerable<ScheduleChartItem> GetChildren( ScheduleChartItem item ) |
Visual Basic (Declaration) |
---|
Function GetChildren ( _ item As ScheduleChartItem _ ) As IEnumerable(Of ScheduleChartItem) |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.ScheduleChartItem
The item to get the children of.