PivotGridWebOptionsCustomization.AllowCustomizationWindowResizing Property
Gets or sets whether to allow end-users to resize the Customization Form.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true | true to allow end-users to resize the Customization Form; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to AllowCustomizationWindowResizing |
|---|---|---|
| ASP.NET MVC Extensions | PivotGridSettings |
|
| ASP.NET Web Forms Controls | ASPxPivotGrid |
|
Remarks
Set the AllowCustomizationWindowResizing property to false to prevent end-users from resizing the Customization Form.
To specify the Customization Form size, use the PivotGridWebOptionsCustomization.CustomizationWindowHeight and PivotGridWebOptionsCustomization.CustomizationWindowWidth properties for the simple customization form, and the PivotGridWebOptionsCustomization.CustomizationExcelWindowHeight and PivotGridWebOptionsCustomization.CustomizationExcelWindowWidth properties for the Excel-style form.