Skip to main content
All docs
V25.1
  • GanttControl.Nodes Property

    Provides access to the collection of root nodes.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [Browsable(true)]
    public GanttControlNodes Nodes { get; }

    Property Value

    Type Description
    GanttControlNodes

    The collection of root nodes.

    Remarks

    See the TreeList.Nodes property for more information.

    See Also