Skip to main content
Tab

GridHeaderFilterPopupSettings.MinWidth Property

Gets or sets the minimum width of header filter’s popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit object that defines the minimum width of the window.

Remarks

Use the GridHeaderFilterPopupSettings.MinHeight and MinWidth properties to specify header filter popup window size constraints, limiting the window resizing capability of end-users.

See Also