Back to Devexpress

GanttControlNode.RootNode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnode-ee27ee7a.md

latest1.2 KB
Original Source

GanttControlNode.RootNode Property

Returns the parent node at the root level.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[Browsable(false)]
public virtual GanttControlNode RootNode { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property RootNode As GanttControlNode

Property Value

TypeDescription
GanttControlNode

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

|

See Also

GanttControlNode Class

GanttControlNode Members

DevExpress.XtraGantt Namespace