Back to Devexpress

TcxGridFooterCellHitTest Class

vcl-cxgridtableview-fe809a00.md

latest1.2 KB
Original Source

TcxGridFooterCellHitTest Class

Stores HitTest information about a footer cell located at the inspected point.

Declaration

delphi
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

TcxGridFooterCellHitTest Members

cxGridTableView Unit