Skip to main content
Tab

GridFilterControlPopupSettings.Height Property

Gets or sets the filter control‘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 structure that specifies the height.

Remarks

To specify the filter control‘s width, use the GridFilterControlPopupSettings.Width property.

See Also