aspnet-devexpress-dot-web-dot-aspxpivotgrid-81ba472e.md
Provides data for the ASPxPivotGrid.CustomCellValue event.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
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 ASPxPivotGrid.CustomCellValue event fires for each cell and allows you to replace cell values with custom ones.
Object EventArgs PivotCellEventArgsBase<PivotGridField, DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData, PivotGridCustomTotal> PivotCellBaseEventArgs PivotCellValueEventArgs
See Also