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

MVCxPivotGridExporter Class

Performs WYSIWYG PivotGrid export and raises export events.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxPivotGridExporter :
    ASPxPivotGridExporter

Remarks

The MVCxPivotGridExporter object raises the following events:

An instance of the MVCxPivotGridExporter is accessible within the event handler as sender. Use the MVCxPivotGridExporter.PivotGrid property to get access to the MVCxPivotGrid instance while handling an event.

Implements

Show 11 items
DevExpress.PivotGrid.Printing.IPivotGridPrinterOwner
DevExpress.PivotGrid.Printing.IPivotGridOptionsPrintOwner

Inheritance

See Also