Skip to main content

GanttControlOptionsView(GanttControl) Constructor

Initializes a new GanttControlOptionsView class instance. For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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