windowsforms-devexpress-dot-xtrapivotgrid-46b257b9.md
Provides data for the PivotGridControl.CustomCellValue event.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.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 cell values with custom ones.
Use the event parameter’s PivotCellValueEventArgs.Value property, to specify a new value for the cell.
Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCellValueEventArgs
See Also