Iterates all level parent items of the specified item up 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> GetAllParents(
	GanttChartItem item
)
Visual Basic (Declaration)
Function GetAllParents ( _
	item As GanttChartItem _
) As IEnumerable(Of GanttChartItem)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to iterate all level parents of.

Return Value

All level parent items of the specified item.

See Also