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

GridHeaderFilterPopupSettings.Width Property

Gets or sets the header filter’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit object that specifies the width.

Property Paths

You can access this nested property as listed below:

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

Remarks

To specify the header filter’s height, use the GridHeaderFilterPopupSettings.Height property.

See Also