Skip to main content
All docs
V25.1
  • GanttControlOptionsView(GanttControl) Constructor

    Initializes a new GanttControlOptionsView class instance. For internal use.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlOptionsView(
        GanttControl gantt
    )

    Parameters

    Name Type Description
    gantt GanttControl

    A GanttControl object that specifies the control to which the options belong.

    See Also