TcxGridFooterHitTest Class
In This Article
Stores HitTest information about the footer panel located at the inspected point.
#Declaration
Delphi
TcxGridFooterHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxGridFooterHitTest
class overrides the HitTestCode function to return the htFooter
hit code if the footer panel is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridFooterHitTest
See Also