GanttControlOptionsSplitter.SplitterThickness Property
Gets or sets the splitter width.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.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 |
|
See Also