Iterates the direct child items of the specified item 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<GanttChartItem> GetChildren(
	int index
)
Visual Basic (Declaration)
Public Function GetChildren ( _
	index As Integer _
) As IEnumerable(Of GanttChartItem)

Parameters

index
Type: System..::.Int32
The index of the item to get the children of.

Return Value

The child items of the specified item.

See Also