Skip to main content

TcxGridColumnHeaderHitTest Class

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

Declaration

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.

See Also