A newer version of this page is available.
Switch to the current version.
XRPivotGrid.CustomCellValue Event
Allows you to replace cell values with custom ones.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public event EventHandler<PivotCellValueEventArgs> CustomCellValue
Public Event CustomCellValue As EventHandler(Of PivotCellValueEventArgs)
Event Data
The CustomCellValue event's data class is DevExpress.XtraReports.UI.PivotGrid.PivotCellValueEventArgs.
Remarks
The CustomCellValue event fires for each cell. You can handle it to replace the calculated cell values with custom ones.
NOTE
Values provided via the CustomCellValue event cannot be used to sort data according to the PivotGridFieldBase.SortBySummaryInfo object's settings.
See Also
Feedback