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

GridFilterControlPopupSettings.AllowResize Property

Gets or sets a value that specifies whether the filter control window can be resized by end-users on the client side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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 Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl.AllowResize
BootstrapGridViewPopupControlSettings
.FilterControl.AllowResize
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.FilterControl.AllowResize
ASPxGridViewPopupControlSettings
.FilterControl.AllowResize
TreeListPopupControlSettings
.FilterControl.AllowResize
ASPxVerticalGridPopupControlSettings
.FilterControl.AllowResize
MVCxGridViewPopupControlSettings
.FilterControl.AllowResize
MVCxTreeListPopupControlSettings
.FilterControl.AllowResize

Remarks

The AllowResize property controls whether the filter control window can be resized by end-users on the client side. The GridFilterControlPopupSettings.ResizingMode property determines the resizing mode. You can specify the element size constraints, limiting the resizing capability of end-users by the GridFilterControlPopupSettings.MinHeight and GridFilterControlPopupSettings.MinWidth properties.

Initial element sizes can be specified by the GridFilterControlPopupSettings.Height and GridFilterControlPopupSettings.Width properties.

See Also