PivotGridWebOptionsCustomization.FilterPopupWindowWidth Property
Gets or sets the filter window width.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
Library | Object Type | Path to FilterPopupWindowWidth |
---|---|---|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
Remarks
You can use the PivotGridWebOptionsCustomization.FilterPopupWindowMinWidth property to specify the minimum allowed filter window‘s height.
See Also