Back to Devexpress

TcxGridGroupFooterCellHitTest Class

vcl-cxgridtableview-5f1c7dcc.md

latest1.1 KB
Original Source

TcxGridGroupFooterCellHitTest Class

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

TcxGridGroupFooterCellHitTest Members

cxGridTableView Unit