Skip to main content

TcxGridIndicatorHeaderHitTest Class

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

Declaration

TcxGridIndicatorHeaderHitTest = class(
    TcxGridIndicatorHitTest
)

Remarks

The TcxGridIndicatorHeaderHitTest class overrides the HitTestCode method to return the htIndicatorHeader hit code if the column header indicator is located at the inspected point.

See Also