PivotCustomizationExtension(PivotGridSettings, ViewContext) Constructor
Initializes a new instance of the PivotCustomizationExtension class with the specified settings and provides the context information about the view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public PivotCustomizationExtension(
PivotGridSettings pivotGridSettings,
ViewContext viewContext
)
Parameters
Name | Type | Description |
---|---|---|
pivotGridSettings | PivotGridSettings | A PivotGridSettings object that contains settings that were used to initialize the owner PivotGrid extension. |
viewContext | ViewContext | A ViewContext object that is the view context. |
Remarks
To bind the PivotCustomizationExtension to a PivotGrid, provide the same PivotGridSettings that were used to initialize the PivotGrid extension.
See Also