Back to Devexpress

TcxGridColumnHeaderHitTest Class

vcl-cxgridtableview-1ad4b80f.md

latest1003 B
Original Source

TcxGridColumnHeaderHitTest Class

Stores HitTest information about the column header located at the inspected point.

Declaration

delphi
TcxGridColumnHeaderHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

The TcxGridColumnHeaderHitTest class overrides the HitTestCode function to return the htColumnHeader hit code if a column header is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxCustomGridColumnHitTest TcxGridColumnHeaderHitTest

See Also

TcxGridColumnHeaderHitTest Members

cxGridTableView Unit