WebCustomExportFieldValueEventArgs Class
In This Article
Provides data for the ASPxPivotGridExporter.CustomExportFieldValue event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class WebCustomExportFieldValueEventArgs :
CustomExportFieldValueEventArgsBase<PivotGridField>
#Remarks
The ASPxPivotGridExporter.CustomExportFieldValue event is raised for each field value when ASPxPivotGrid is being exported. You can handle this event to change the field value’s appearance and contents in a printed document.
#Inheritance
See Also