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

PivotGridWebOptionsCustomization.FilterPopupWindowMinWidth Property

Gets or sets the minimum allowed filter window width.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

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

Property Value

Type Default Description
Unit "190"

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

Property Paths

You can access this nested property as listed below:

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

Remarks

The PivotGridWebOptionsCustomization.FilterPopupWindowWidth property cannot be set to a value less than FilterPopupWindowMinWidth.

See Also