Skip to main content

PivotGridHitInfo(PivotFieldsAreaCellViewInfo, PivotGridValueHitTest, Point) Constructor

Initializes a new instance of the PivotGridHitInfo class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridHitInfo(
    PivotFieldsAreaCellViewInfo fieldCellViewInfo,
    PivotGridValueHitTest valueHitTest,
    Point hitPoint
)

Parameters

Name Type Description
fieldCellViewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo

An object that contains the information on the processed cell.

valueHitTest PivotGridValueHitTest

A PivotGridValueHitTest enumeration value which identifies the visual element located under the test point.

hitPoint Point

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

See Also