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

ASPxPivotGridExporter.PivotGrid Property

Gets the ASPxPivotGrid control to which the ASPxPivotGridExporter is assigned.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public virtual ASPxPivotGrid PivotGrid { get; }

Property Value

Type Description
ASPxPivotGrid

The ASPxPivotGrid control.

Remarks

Use the ASPxPivotGridExporter.ASPxPivotGridID property to specify the ASPxPivotGrid control whose data is exported via the current ASPxPivotGridExporter.

See Also