Back to Devexpress

SidePanel.AllowResize Property

windowsforms-devexpress-dot-xtraeditors-dot-sidepanel-1587ee89.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowResize { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AllowResize As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

SidePanel Class

SidePanel Members

DevExpress.XtraEditors Namespace