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#
public IEnumerable<ScheduleChartItem> GetAllChildren(
	ScheduleChartItem item
)
Visual Basic (Declaration)
Public Function GetAllChildren ( _
	item As ScheduleChartItem _
) As IEnumerable(Of ScheduleChartItem)

Parameters

item
Type: DlhSoft.Windows.Controls..::.ScheduleChartItem
The item to iterate all level children of.

Return Value

All level child items of the specified item.

Implements

IScheduleChartView..::.GetAllChildren(ScheduleChartItem)

See Also