TcxGridFooterCellHitTest Class
Stores HitTest information about a footer cell located at the inspected point.
Declaration
TcxGridFooterCellHitTest = class(
TcxCustomGridColumnHitTest
)
Remarks
The TcxGridFooterCellHitTest
class extends its ancestor class with the SummaryItem property that provides access to the summary object displayed in a footer cell. In addition, the TcxGridFooterCellHitTest
class overrides the HitTestCode function to return the htFooterCell
hit code if a footer cell is located at the inspected point.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxCustomGridColumnHitTest
TcxGridFooterCellHitTest
See Also