Skip to main content

TcxCustomPivotGrid.HitTest Property

Returns HitTest information on the coordinates of the test point and on the pivot grid’s element that the mouse pointer is currently positioned over.

Declaration

property HitTest: TcxPivotGridHitTest read;

Property Value

Type
TcxPivotGridHitTest

Remarks

Use the HitTest property to determine the coordinates of the test point and the pivot grid’s element that the mouse pointer is currently over.

See Also