Skip to main content

XRPivotGrid.CustomCellValue Event

Allows you to replace cell values with custom ones.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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 CustomCellValue event cannot be used to sort data according to the PivotGridFieldBase.SortBySummaryInfo object’s settings.

See Also