PivotCellValueEventArgs Class
Provides data for the ASPxPivotGrid.CustomCellValue event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return PivotCellValueEventArgs objects:
Remarks
The ASPxPivotGrid.CustomCellValue event fires for each cell and allows you to replace cell values with custom ones.
Inheritance
Object
EventArgs
PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal>
PivotCellBaseEventArgs
PivotCellValueEventArgs
See Also