Iterates all level child items of the specified item down in the hierarchical collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  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.

Return Value

All level child items of the specified item.

See Also