Skip to main content
All docs
V25.1
  • GanttControlNodes(TreeList) Constructor

    Initializes a new GanttControlNodes class instance.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlNodes(
        TreeList treeList
    )

    Parameters

    Name Type Description
    treeList TreeList

    A TreeList object that specifies the control to which this collection belongs.

    See Also