Skip to main content

TcxGridViewNoneHitTest Class

Contains the HitTest information about an empty point in the grid View.

Declaration

TcxGridViewNoneHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htNone hit code if no View element is located at the inspected point.

Inheritance

See Also