Skip to main content
A newer version of this page is available. .

PivotCellValueEventArgs Class

Provides data for the PivotGridControl.CustomCellValue event.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public class PivotCellValueEventArgs :
    PivotCellBaseEventArgs

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

See Also