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