Skip to main content

PivotGridWebOptionsCustomization.CustomizationExcelWindowWidth Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(410)]
public int CustomizationExcelWindowWidth { get; set; }

Property Value

Type Default Description
Int32 410

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

Property Paths

You can access this nested property as listed below:

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

Remarks

To specify the height of the Excel-style Customization Form, use the PivotGridWebOptionsCustomization.CustomizationExcelWindowHeight property.

To specify the width and height of the Customization Form painted in the Simple style, use the PivotGridWebOptionsCustomization.CustomizationWindowHeight and PivotGridWebOptionsCustomization.CustomizationWindowWidth properties, respectively.

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

See Also