Skip to main content
A newer version of this page is available. .

PivotCellValueEventArgs Class

Provides data for the ASPxPivotGrid.CustomCellValue event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class PivotCellValueEventArgs :
    PivotCellBaseEventArgs

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