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

ASPxPivotCustomizationControl() Constructor

Initializes a new instance of the ASPxPivotCustomizationControl class with default settings.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public ASPxPivotCustomizationControl()

Remarks

After creating a new ASPxPivotCustomizationControl, assign the value of a Pivot Grid’s ID property to the Customization Control’s ASPxPivotCustomizationControl.ASPxPivotGridID property, to bind the Pivot Grid with the ASPxPivotCustomizationControl. The ASPxPivotCustomizationControl now substitutes for the Customization Form of the Pivot Grid, and can be used to customize the Pivot Grid’s layout.

See Also