Skip to main content

GanttControl.OptionsSplitter Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

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