Skip to main content

ASPxPivotCustomizationControl() Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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