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.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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