Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotCellValueEventArgs(PivotGridCellItem) Constructor

Initializes a new instance of the PivotCellValueEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotCellValueEventArgs(
    PivotGridCellItem cellItem
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A DevExpress.XtraPivotGrid.Data.PivotGridCellItem object.

Remarks

Instances of the PivotCellValueEventArgs class are automatically created, initialized and passed to the event handlers. Typically, there is no need to call this constructor directly from your code.

See Also