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

GanttControlNode.RootNode Property

Returns the parent node at the root level.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

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

Property Value

Type Description
GanttControlNode

A GanttControlNode object that specifies the parent node at the root level.

See Also