Skip to main content

PivotCellValueEventArgs(PivotGridCellItem) Constructor

Initializes a new instance of the PivotCellValueEventArgs class with the specified setting.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCellValueEventArgs(
    PivotGridCellItem cellItem
)

Parameters

Name Type Description
cellItem DevExpress.XtraPivotGrid.Data.PivotGridCellItem

The PivotGridCellItem object.

See Also