Back to Devexpress

ASPxPivotGridExporter.PivotGrid Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter.md

latest1.7 KB
Original Source

ASPxPivotGridExporter.PivotGrid Property

Gets the ASPxPivotGrid control to which the ASPxPivotGridExporter is assigned.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxPivotGrid PivotGrid { get; }
vb
Public Overridable ReadOnly Property PivotGrid As ASPxPivotGrid

Property Value

TypeDescription
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

ASPxPivotGridID

ASPxPivotGridExporter Class

ASPxPivotGridExporter Members

DevExpress.Web.ASPxPivotGrid Namespace