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

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

Declaration

[DefaultValue(true)]
public bool AllowResize { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if resizing is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowResize
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.CustomizationWindow.AllowResize
GanttPopupControlSettings
.CustomizationWindow.AllowResize
ASPxGridViewPopupControlSettings
.CustomizationWindow.AllowResize
TreeListPopupControlSettings
.CustomizationWindow.AllowResize
MVCxGridViewPopupControlSettings
.CustomizationWindow.AllowResize
MVCxTreeListPopupControlSettings
.CustomizationWindow.AllowResize
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.CustomizationWindow.AllowResize
BootstrapGridViewPopupControlSettings
.CustomizationWindow.AllowResize

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.

See Also