Gets the direct parent item of the specified item in the hierarchical collection.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public GanttChartItem GetParent(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function GetParent ( _
	item As GanttChartItem _
) As GanttChartItem

See Also