TcxCustomGridViewHitTest Class
In This Article
Stores HitTest information about the visual element at the inspected point.
#Declaration
Delphi
TcxCustomGridViewHitTest = class(
TcxCustomGridHitTest
)
#Remarks
This class extends its ancestor class with the GridView property, which provides access to the grid View whose element is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
See Also