Provides data for the PivotGridControl.CustomCellValue event.
public class PivotCellValueEventArgs : PivotCellBaseEventArgs
Public Class PivotCellValueEventArgs Inherits PivotCellBaseEventArgs
The PivotGridControl.CustomCellValue event fires for each cell, allowing you to replace cell values with custom ones.
Use the event parameter's Value property, to specify a new value for the cell.
System.Object System.EventArgs PivotCellEventArgsBase<PivotGridField, PivotGridViewInfoData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCellValueEventArgs