PivotGridExtension(PivotGridSettings, ViewContext) Constructor
In This Article
Initializes a new instance of the PivotGridExtension class with the specified settings and provides the context information about the view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotGridExtension(
PivotGridSettings settings,
ViewContext viewContext
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Pivot |
An object containing extension specific settings. |
view |
View |
A View |
See Also