MVCxPivotGridExporter.PivotGrid Property
In This Article
Provides access to an instance of the Pivot Grid control which is used to prepare an exported document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public override ASPxPivotGrid PivotGrid { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
See Also