GanttControl.OptionsSplitter Property
In This Article
Provides access to options of the splitter that separates the task list and chart.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttControlOptionsSplitter OptionsSplitter { get; }
#Property Value
Type | Description |
---|---|
Gantt |
A Gantt |
See Also