TcxCustomPivotGrid.HitTest Property
In This Article
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
Delphi
property HitTest: TcxPivotGridHitTest read;
#Property Value
Type |
---|
Tcx |
#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