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

GanttControl.OptionsSplitter Property

Provides access to options of the splitter that separates the task list and chart.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttControlOptionsSplitter OptionsSplitter { get; }

Property Value

Type Description
GanttControlOptionsSplitter

A GanttControlOptionsSplitter object that specifies the splitter’s options.

See Also