PivotCellValueEventArgs Class
Provides data for the PivotGridControl.CustomCellValue event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Related API Members
The following members return PivotCellValueEventArgs objects:
Remarks
The PivotGridControl.CustomCellValue event fires for each cell, allowing you to replace their values with custom ones.
Inheritance
Object
EventArgs
RoutedEventArgs
PivotCellBaseEventArgs
PivotCellValueEventArgs
See Also