wpf-devexpress-dot-xpf-dot-pivotgrid-962da2d6.md
Provides data for the PivotGridControl.CustomCellValue event.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public class PivotCellValueEventArgs :
PivotCellBaseEventArgs
Public Class PivotCellValueEventArgs
Inherits PivotCellBaseEventArgs
The following members return PivotCellValueEventArgs objects:
PivotCellValueEventArgs is the data class for the following events:
The PivotGridControl.CustomCellValue event fires for each cell, allowing you to replace their values with custom ones.
Object EventArgs RoutedEventArgs PivotCellBaseEventArgs PivotCellValueEventArgs
See Also