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

PivotCellEventArgs(PivotGridCellItem, PivotGridViewInfo) Constructor

Initializes a new instance of the PivotCellEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotCellEventArgs(
    PivotGridCellItem cellItem,
    PivotGridViewInfo viewInfo
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A PivotGridCellItem object.

viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo

A PivotGridViewInfo object.

See Also