XRPivotGrid.CustomCellValue Event
In This Article
Allows you to replace cell values with custom ones.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public event EventHandler<PivotCellValueEventArgs> CustomCellValue
#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 Custom
See Also