Skip to main content

PivotGridWebOptionsCustomization.FilterPopupWindowMinWidth Property

Gets or sets the minimum allowed filter window width.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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:

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

Remarks

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

See Also