Skip to main content

PivotGridWebOptionsCustomization.FilterPopupWindowMinHeight Property

Gets or sets the minimum allowed filter window height.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

An integer value that specifies the minimum allowed filter window height.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilterPopupWindowMinHeight
ASP.NET MVC Extensions PivotGridSettings
.OptionsCustomization .FilterPopupWindowMinHeight
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsCustomization .FilterPopupWindowMinHeight

Remarks

The PivotGridWebOptionsCustomization.FilterPopupWindowHeight property cannot be set to a value less than FilterPopupWindowMinHeight.

See Also