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

PivotGridWebOptionsCustomization.CustomizationWindowHeight Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(170)]
public int CustomizationWindowHeight { get; set; }

Property Value

Type Default Description
Int32 170

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

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

Remarks

To specify the width of the Simple Customization Form, use the PivotGridWebOptionsCustomization.CustomizationWindowWidth 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