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<GanttChartItem> GetAllChildren( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Function GetAllChildren ( _ item As GanttChartItem _ ) As IEnumerable(Of GanttChartItem) |
Parameters
- item
- Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to iterate all level children of.