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

PivotGridWebOptionsCustomization.AllowCustomizationWindowResizing Property

Gets or sets whether to allow end-users to resize the Customization Form.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(true)]
public bool AllowCustomizationWindowResizing { get; set; }

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:

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

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.

See Also