Back to Devexpress

PivotCellValueEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-46b257b9.md

latest2.3 KB
Original Source

PivotCellValueEventArgs Class

Provides data for the PivotGridControl.CustomCellValue event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.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 cell values with custom ones.

Use the event parameter’s PivotCellValueEventArgs.Value property, to specify a new value for the cell.

Inheritance

Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCellValueEventArgs

See Also

PivotCellValueEventArgs Members

DevExpress.XtraPivotGrid Namespace