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