PivotCustomizationExtension(PivotGridSettings) Constructor
Initializes a new instance of the PivotCustomizationExtension class with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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