Skip to main content

TcxGridIndicatorHeaderHitTest Class

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

Declaration

TcxGridIndicatorHeaderHitTest = class(
    TcxGridIndicatorHitTest
)

Remarks

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

See Also