Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override ASPxPivotGrid PivotGrid { get; }

Property Value

Type Description
ASPxPivotGrid

An ASPxPivotGrid control.

See Also