Gets the direct parent item of the specified item in the hierarchical collection.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: 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 |