Skip to main content

PivotGridWebOptionsCustomization.AllowCustomizationWindowResizing Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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:

Library Object Type Path to AllowCustomizationWindowResizing
ASP.NET MVC Extensions PivotGridSettings
.OptionsCustomization .AllowCustomizationWindowResizing
ASP.NET Web Forms Controls ASPxPivotGrid
.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