Skip to main content

GanttControlOptionsSplitter.SplitterThickness Property

Gets or sets the splitter width.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue(1)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public int SplitterThickness { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the splitter width.

Property Paths

You can access this nested property as listed below:

Object Type Path to SplitterThickness
GanttControl
.OptionsSplitter .SplitterThickness
See Also