Skip to main content
Tab

GridHeaderFilterPopupSettings.Height Property

Gets or sets the header filter’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit object that specifies the height.

Remarks

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

See Also