Back to Devexpress

PivotCellValueEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-962da2d6.md

latest1.9 KB
Original Source

PivotCellValueEventArgs Class

Provides data for the PivotGridControl.CustomCellValue event.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class PivotCellValueEventArgs :
    PivotCellBaseEventArgs
vb
Public Class PivotCellValueEventArgs
    Inherits PivotCellBaseEventArgs

The following members return PivotCellValueEventArgs objects:

PivotCellValueEventArgs is the data class for the following events:

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

PivotCellValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace