Skip to main content
A newer version of this page is available. .

SplitContainerControl.IsSplitterFixed Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(false)]
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