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

PivotGridWebOptionsCustomization.FilterPopupWindowWidth Property

Gets or sets the filter window width.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

An integer value that specifies the window width.

Property Paths

You can access this nested property as listed below:

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

Remarks

You can use the PivotGridWebOptionsCustomization.FilterPopupWindowMinWidth property to specify the minimum allowed filter window‘s height.

See Also