Skip to main content
A newer version of this page is available. .
Tab

GridHeaderFilterPopupSettings.MinWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MinWidth
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.HeaderFilter.MinWidth
BootstrapGridViewPopupControlSettings
.HeaderFilter.MinWidth
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.HeaderFilter.MinWidth
ASPxGridViewPopupControlSettings
.HeaderFilter.MinWidth
TreeListPopupControlSettings
.HeaderFilter.MinWidth
ASPxVerticalGridPopupControlSettings
.HeaderFilter.MinWidth
MVCxGridViewPopupControlSettings
.HeaderFilter.MinWidth
MVCxTreeListPopupControlSettings
.HeaderFilter.MinWidth

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