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

GridFilterControlPopupSettings.MinHeight Property

Gets or sets the minimum height of the filter control window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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
.FilterControl .MinHeight
ASPxGridViewPopupControlSettings
.FilterControl .MinHeight
TreeListPopupControlSettings
.FilterControl .MinHeight
ASPxVerticalGridPopupControlSettings
.FilterControl .MinHeight
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl .MinHeight
BootstrapGridViewPopupControlSettings
.FilterControl .MinHeight
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.FilterControl .MinHeight
MVCxTreeListPopupControlSettings
.FilterControl .MinHeight

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 MinHeight and GridFilterControlPopupSettings.MinWidth properties to specify the element size constraints limiting the window resizing capability of end-users.

See Also