Back to Devexpress

GanttControlOptionsSplitter.OverlayResizeZoneThickness Property

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

latest1.7 KB
Original Source

GanttControlOptionsSplitter.OverlayResizeZoneThickness Property

Gets or sets the splitter grip zone width.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(6)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public int OverlayResizeZoneThickness { get; set; }
vb
<DefaultValue(6)>
<DXCategory("Behavior")>
<XtraSerializableProperty>
Public Property OverlayResizeZoneThickness As Integer

Property Value

TypeDefaultDescription
Int326

An integer value that specifies the splitter grip zone width.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OverlayResizeZoneThickness
GanttControl

.OptionsSplitter .OverlayResizeZoneThickness

|

See Also

GanttControlOptionsSplitter Class

GanttControlOptionsSplitter Members

DevExpress.XtraGantt Namespace