Skip to main content
A newer version of this page is available. .

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

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