Skip to main content
Tab

GridFilterControlPopupSettings.Width Property

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

Remarks

To specify the filter control‘s height, use the GridFilterControlPopupSettings.Height property.

See Also