SplitContainerControl.IsSplitterFixed Property
Gets or sets whether the SplitContainerControl‘s splitter is locked at the current position.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.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