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

PivotGridWebOptionsCustomization.FilterPopupWindowHeight Property

Gets or sets the filter window‘s height.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

An integer value that specifies the window’s height.

Property Paths

You can access this nested property as listed below:

Object Type Path to FilterPopupWindowHeight
ASPxPivotGrid
.OptionsCustomization.FilterPopupWindowHeight
MVCxPivotGrid
.OptionsCustomization.FilterPopupWindowHeight
PivotGridSettings
.OptionsCustomization.FilterPopupWindowHeight

Remarks

You can use the PivotGridWebOptionsCustomization.FilterPopupWindowMinHeight property to specify the minimum allowed filter window height.

See Also