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

PivotCellEventArgs(PivotGridCellItem, PivotGridViewInfo, Nullable<Rectangle>) 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,
    Rectangle? bounds
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A PivotGridCellItem object.

viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo

A PivotGridViewInfo object.

bounds Nullable<Rectangle>

A Rectangle that specifies the cell coordinates and bounds.

See Also