Skip to main content
A newer version of this page is available. .

GanttControlOptionsView(GanttControl) Constructor

Initializes a new GanttControlOptionsView class instance. For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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