ASPxPivotGridExporter.PivotGrid Property
In This Article
Gets the ASPxPivotGrid control to which the ASPxPivotGridExporter is assigned.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ASPxPivotGrid PivotGrid { get; }
#Property Value
Type | Description |
---|---|
ASPx |
The ASPx |
#Remarks
Use the ASPxPivotGridExporter.ASPxPivotGridID property to specify the ASPxPivotGrid control whose data is exported via the current ASPxPivotGridExporter.
See Also