TcxPivotGridHitTest Class
In This Article
Contains HitTest information on the pivot grid’s visual element at the test point.
#Declaration
Delphi
TcxPivotGridHitTest = class(
TObject
)
#Remarks
With a set of exposed properties, the TcxPivotGridHitTest
class allows the visual element of the pivot grid and the coordinates of the test point to be identified.
The TcxPivotGridHitTest
object is referenced by the TcxCustomPivotGrid.HitTest property.
See Also