ExtensionsFactory.PivotCustomizationExtension(PivotGridSettings) Method
In This Article
Creates a PivotCustomizationExtension.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotCustomizationExtension PivotCustomizationExtension(
PivotGridSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
To bind the PivotCustomizationExtension to a PivotGrid, provide the same PivotGridSettings that were used to initialize the PivotGrid extension.
See Also