Skip to main content

PivotGridWebOptionsCustomization.CustomizationWindowWidth Property

Gets or sets the width of the Customization Form, when it is painted in the Simple style.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(220)]
public int CustomizationWindowWidth { get; set; }

#Property Value

Type Default Description
Int32 220

An integer value that specifies the width of the Customization Form, when it is painted in the Simple style, in pixels.

#Property Paths

You can access this nested property as listed below:

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

#Remarks

To specify the height of the Simple Customization Form, use the PivotGridWebOptionsCustomization.CustomizationWindowHeight property.

To specify the width and height of the Customization Form painted in the Excel 2007 style, use the PivotGridWebOptionsCustomization.CustomizationExcelWindowHeight and PivotGridWebOptionsCustomization.CustomizationExcelWindowWidth properties, respectively.

Use the PivotGridOptionsCustomization.CustomizationFormStyle property, to specify the style of the Customization Form.

See Also