ExtensionsFactory.PivotGrid(PivotGridSettings) Method
In This Article
Creates a PivotGrid.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotGridExtension PivotGrid(
PivotGridSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also