Skip to main content
Tab

GridHeaderFilterPopupSettings.Width Property

Gets or sets the header filter’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit object that specifies the width.

Remarks

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

See Also