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

GanttControlOptionsSplitter.SplitterThickness Property

Gets or sets the splitter width.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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