Back to Devexpress

WebCustomExportFieldValueEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-fde4ec45.md

latest2.1 KB
Original Source

WebCustomExportFieldValueEventArgs Class

Provides data for the ASPxPivotGridExporter.CustomExportFieldValue event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class WebCustomExportFieldValueEventArgs :
    CustomExportFieldValueEventArgsBase<PivotGridField>
vb
Public Class WebCustomExportFieldValueEventArgs
    Inherits CustomExportFieldValueEventArgsBase(Of PivotGridField)

WebCustomExportFieldValueEventArgs is the data class for the following events:

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

Object EventArgs CustomPrintEventArgs CustomExportFieldValueEventArgsBase<PivotGridField> WebCustomExportFieldValueEventArgs

See Also

WebCustomExportFieldValueEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace