Skip to main content

PivotCellValueEventArgs Class

Provides data for the PivotGridControl.CustomCellValue event.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public class PivotCellValueEventArgs :
    PivotCellBaseEventArgs

#Returned By

The PivotCustomChartDataSourceDataEventArgs.CellInfo property returns an instance of PivotCellValueEventArgs.

#Remarks

The PivotGridControl.CustomCellValue event fires for each cell, allowing you to replace their values with custom ones.

#Inheritance

See Also