Skip to main content

SplitContainerControl.IsSplitterFixed Property

Gets or sets whether the SplitContainerControl‘s splitter is locked at the current position.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(false)]
[DXCategory("Layout")]
public virtual bool IsSplitterFixed { get; set; }

Property Value

Type Default Description
Boolean false

true if the SplitContainerControl‘s splitter is locked at the current position; otherwise, false.

Remarks

By default, an end-user can drag a splitter at runtime to resize the SplitContainerControl‘s panels. Set the IsSplitterFixed property to true to disable this feature.

See Also