Skip to main content

PivotGridWebOptionsCustomization.FilterPopupWindowHeight Property

Gets or sets the filter window‘s height.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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:

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

Remarks

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

See Also