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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also