Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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