Skip to main content
All docs
V25.1
  • GanttControlNode.RootNode Property

    Returns the parent node at the root level.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    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