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

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.v19.2.dll

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