Skip to main content

PivotGridHitInfo(PivotCellViewInfo, Point, PivotGridViewInfo) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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