Iterates all level child items of the specified item down in the hierarchical collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
IEnumerable<ScheduleChartItem> GetAllChildren( ScheduleChartItem item ) |
| Visual Basic (Declaration) |
|---|
Function GetAllChildren ( _ item As ScheduleChartItem _ ) As IEnumerable(Of ScheduleChartItem) |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.ScheduleChartItem
The item to iterate all level children of.