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