Skip to main content

PivotCustomizationExtension(PivotGridSettings) Constructor

Initializes a new instance of the PivotCustomizationExtension class with the specified settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PivotCustomizationExtension(
    PivotGridSettings pivotGridSettings
)

Parameters

Name Type Description
pivotGridSettings PivotGridSettings

A PivotGridSettings object that contains settings that were used to initialize the owner PivotGrid extension.

Remarks

To bind the PivotCustomizationExtension to a PivotGrid, provide the same PivotGridSettings that were used to initialize the PivotGrid extension.

See Also