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

PivotGridWebOptionsCustomization.CustomizationExcelWindowHeight Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(500)]
public int CustomizationExcelWindowHeight { get; set; }

Property Value

Type Default Description
Int32 500

An integer value that specifies the height 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:

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

Remarks

To specify the width of the Excel-style Customization Form, use the PivotGridWebOptionsCustomization.CustomizationExcelWindowWidth 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