WebCustomExportCellEventArgs Class
In This Article
Provides data for the ASPxPivotGridExporter.CustomExportCell event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class WebCustomExportCellEventArgs :
CustomExportCellEventArgsBase
#Remarks
The ASPxPivotGridExporter.CustomExportCell event is raised for each cell when ASPxPivotGrid is being exported. You can handle this event to change the cell’s appearance and contents in a printed document.
#Inheritance
Object
EventArgs
CustomPrintEventArgs
CustomExportCellEventArgsBase
WebCustomExportCellEventArgs
See Also