Back to Devexpress

GanttControlOptionsSplitter.SplitterThickness Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontroloptionssplitter-f9b3eb86.md

latest1.6 KB
Original Source

GanttControlOptionsSplitter.SplitterThickness Property

Gets or sets the splitter width.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public int SplitterThickness { get; set; }
vb
<DefaultValue(1)>
<DXCategory("Layout")>
<XtraSerializableProperty>
Public Property SplitterThickness As Integer

Property Value

TypeDefaultDescription
Int321

An integer value that specifies the splitter width.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitterThickness
GanttControl

.OptionsSplitter .SplitterThickness

|

See Also

GanttControlOptionsSplitter Class

GanttControlOptionsSplitter Members

DevExpress.XtraGantt Namespace