Skip to main content

TcxGridIndicatorHitTest Class

Contains the HitTest information about the grid indicator located at the inspected point.

Declaration

TcxGridIndicatorHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

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

Inheritance

See Also