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

    Provides access to a collection of child nodes.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

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

    Property Value

    Type Description
    GanttControlNodes

    A GanttControlNodes object that specifies the child node collection.

    See Also