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

GanttControlOptionsSplitter(GanttControl) Constructor

Initializes a new GanttControlOptionsSplitter class instance. For internal use.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttControlOptionsSplitter(
    GanttControl ganttControl
)

Parameters

Name Type Description
ganttControl GanttControl

A GanttControl object that specifes the control to which the options belongs.

See Also