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

GridHeaderFilterPopupSettings.MinHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit "140"

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MinHeight
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.HeaderFilter.MinHeight
GanttPopupControlSettings
.HeaderFilter.MinHeight
ASPxGridViewPopupControlSettings
.HeaderFilter.MinHeight
TreeListPopupControlSettings
.HeaderFilter.MinHeight
ASPxVerticalGridPopupControlSettings
.HeaderFilter.MinHeight
MVCxGridViewPopupControlSettings
.HeaderFilter.MinHeight
MVCxTreeListPopupControlSettings
.HeaderFilter.MinHeight
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.HeaderFilter.MinHeight
BootstrapGridViewPopupControlSettings
.HeaderFilter.MinHeight

Remarks

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

See Also