Gets the direct parent item 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#
ScheduleChartItem GetParent(
	ScheduleChartItem item
)
Visual Basic (Declaration)
Function GetParent ( _
	item As ScheduleChartItem _
) As ScheduleChartItem

Parameters

item
Type: DlhSoft.Windows.Controls..::.ScheduleChartItem
The item to get the parent of.

Return Value

The parent item of the specified item.

See Also