Skip to main content

TcxGridIndicatorBandHeaderHitTest Class

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

Declaration

TcxGridIndicatorBandHeaderHitTest = class(
    TcxGridIndicatorHitTest
)

Remarks

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

See Also