GridCustomizationWindowPopupSettings.AllowResize Property
Gets or sets a value that specifies whether the customization window can be resized by end-users on the client side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
The AllowResize property controls whether the customization window can be resized by end-users on the client side. The GridCustomizationWindowPopupSettings.ResizingMode property determines the resizing mode. You can specify the element size constraints, limiting the resizing capability of end-users by the GridCustomizationWindowPopupSettings.MinHeight and GridCustomizationWindowPopupSettings.MinWidth properties.
Initial element sizes can be specified by the GridCustomizationWindowPopupSettings.Height and GridCustomizationWindowPopupSettings.Width properties.