Back to Devexpress

WebCustomExportCellEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-6eb9c563.md

latest1.9 KB
Original Source

WebCustomExportCellEventArgs Class

Provides data for the ASPxPivotGridExporter.CustomExportCell event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class WebCustomExportCellEventArgs :
    CustomExportCellEventArgsBase
vb
Public Class WebCustomExportCellEventArgs
    Inherits CustomExportCellEventArgsBase

WebCustomExportCellEventArgs is the data class for the following events:

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

WebCustomExportCellEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace