ExtensionsFactory.PivotGrid(Action<PivotGridSettings>) Method
Creates a PivotGrid.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<PivotGridSettings> | A delegate method that accepts PivotGridSettings as a parameter. |
Returns
Type | Description |
---|---|
PivotGridExtension | A PivotGridExtension object implementing the PivotGrid functionality. |
See Also