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

PivotGridHitInfo(PivotCellViewInfo, Point, PivotGridViewInfo) Constructor

Initializes a new instance of the PivotGridHitInfo class with the specified settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridHitInfo(
    PivotCellViewInfo cellViewInfo,
    Point hitPoint,
    PivotGridViewInfo viewInfo
)

Parameters

Name Type Description
cellViewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo

A PivotCellViewInfo object.

hitPoint Point

A Point structure that specifies the test point for which the hit information is to be retrieved.

viewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo

A PivotGridViewInfo object.

See Also