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

GridFilterControlPopupSettings.Width Property

Gets or sets the filter control‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that specifies the width.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Width
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl.Width
BootstrapGridViewPopupControlSettings
.FilterControl.Width
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.FilterControl.Width
ASPxGridViewPopupControlSettings
.FilterControl.Width
TreeListPopupControlSettings
.FilterControl.Width
ASPxVerticalGridPopupControlSettings
.FilterControl.Width
MVCxGridViewPopupControlSettings
.FilterControl.Width
MVCxTreeListPopupControlSettings
.FilterControl.Width

Remarks

To specify the filter control‘s height, use the GridFilterControlPopupSettings.Height property.

See Also