Skip to main content
Tab

GridFilterControlPopupSettings.MinWidth Property

Gets or sets the minimum width of the filter control 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

If window resizing is allowed (the GridFilterControlPopupSettings.AllowResize property is set to true) end-users can change the element’s size. You can use the MinWidth and GridFilterControlPopupSettings.MinHeight properties to specify element size constraints limiting the window resizing capability of end-users.

See Also