PivotCellValueEventArgs Class
Provides data for the PivotGridControl.CustomCellValue event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Related API Members
The following members return PivotCellValueEventArgs objects:
Remarks
The PivotGridControl.CustomCellValue event fires for each cell, allowing you to replace cell values with custom ones.
Use the event parameter’s PivotCellValueEventArgs.Value property, to specify a new value for the cell.
Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal>
PivotCellBaseEventArgs
PivotCellValueEventArgs
See Also