Skip to main content

SidePanel.AllowResize Property

Gets or sets whether or not end-users can resize this SidePanel by dragging its border.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowResize { get; set; }

Property Value

Type Default Description
Boolean true

true if end-users can resize this SidePanel by dragging its border; otherwise, false.

Remarks

When a user drags a panel border close to another border, this panel can automatically adjust the dragged border’s position so that both borders are aligned abreast. This feature is called panel snapping. See the Side Panel document to learn more.

See Also