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

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public ScheduleChartItem Parent { get; }
Visual Basic (Declaration)
Public ReadOnly Property Parent As ScheduleChartItem

Return Value

The parent item of the current item.

See Also