Skip to main content
A newer version of this page is available. .

GanttControlNode.ParentNode Property

Gets the node that is the parent node for the current node.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[Browsable(false)]
public GanttControlNode ParentNode { get; }

Property Value

Type Description
GanttControlNode

A GanttControlNode object that specifies the parent node for the current node.

See Also