Back to Devexpress

MVCxPivotGridExporter.PivotGrid Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxpivotgridexporter.md

latest1.1 KB
Original Source

MVCxPivotGridExporter.PivotGrid Property

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public override ASPxPivotGrid PivotGrid { get; }
vb
Public Overrides ReadOnly Property PivotGrid As ASPxPivotGrid

Property Value

TypeDescription
ASPxPivotGrid

An ASPxPivotGrid control.

|

See Also

MVCxPivotGridExporter Class

MVCxPivotGridExporter Members

DevExpress.Web.Mvc Namespace