Back to Devexpress

PivotCellValueEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-81ba472e.md

latest2.1 KB
Original Source

PivotCellValueEventArgs Class

Provides data for the ASPxPivotGrid.CustomCellValue event.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotCellValueEventArgs :
    PivotCellBaseEventArgs
vb
Public Class PivotCellValueEventArgs
    Inherits PivotCellBaseEventArgs

The following members return PivotCellValueEventArgs objects:

PivotCellValueEventArgs is the data class for the following events:

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

PivotCellValueEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace