Skip to main content

TcxGridColumnHeaderHitTest Class

Contains the HitTest information about a column header located at the inspected point.

Declaration

TcxGridColumnHeaderHitTest = class(
    TcxCustomGridColumnHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htColumnHeader hit code if a column header is located at the inspected point.

The corresponding column and View can be accessed using the Column and GridView properties, respectively.

See Also