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

GridHeaderFilterPopupSettings.Height Property

Gets or sets the header filter’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit object that specifies the height.

Property Paths

You can access this nested property as listed below:

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

Remarks

To specify the header filter’s width, use the GridHeaderFilterPopupSettings.Width property.

See Also