Back to Devexpress

TcxGridFooterHitTest Class

vcl-cxgridtableview-05a7145c.md

latest881 B
Original Source

TcxGridFooterHitTest Class

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

TcxGridFooterHitTest Members

cxGridTableView Unit