Back to Devexpress

GanttControlOptionsSplitter.AllowResize Property

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

latest1.6 KB
Original Source

GanttControlOptionsSplitter.AllowResize Property

Gets or sets whether users can change the splitter position.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool AllowResize { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
<XtraSerializableProperty>
Public Property AllowResize As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if users can change the splitter position; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowResize
GanttControl

.OptionsSplitter .AllowResize

|

See Also

GanttControlOptionsSplitter Class

GanttControlOptionsSplitter Members

DevExpress.XtraGantt Namespace