aspnet-devexpress-dot-web-dot-aspxpivotgrid-fde4ec45.md
Provides data for the ASPxPivotGridExporter.CustomExportFieldValue event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class WebCustomExportFieldValueEventArgs :
CustomExportFieldValueEventArgsBase<PivotGridField>
Public Class WebCustomExportFieldValueEventArgs
Inherits CustomExportFieldValueEventArgsBase(Of PivotGridField)
WebCustomExportFieldValueEventArgs is the data class for the following events:
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.
Object EventArgs CustomPrintEventArgs CustomExportFieldValueEventArgsBase<PivotGridField> WebCustomExportFieldValueEventArgs
See Also