PivotCellValueEventArgs Class
Provides data for the ASPxPivotGrid.CustomCellValue event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll
Declaration
public class PivotCellValueEventArgs :
PivotCellBaseEventArgs
Public Class PivotCellValueEventArgs
Inherits PivotCellBaseEventArgs
Related API Members
The following members accept/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
Feedback