Skip to main content

ASPxPivotGridExporter.PivotGrid Property

Gets the ASPxPivotGrid control to which the ASPxPivotGridExporter is assigned.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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