Skip to main content
A newer version of this page is available. .

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

Declaration

public override ASPxPivotGrid PivotGrid { get; }

Property Value

Type Description
ASPxPivotGrid

An ASPxPivotGrid control.

See Also