Skip to main content
A newer version of this page is available. .

TcxCustomGridViewHitTest Class

Contains general HitTest information about the grid View element located at the inspected point.

Declaration

TcxCustomGridViewHitTest = class(
    TcxCustomGridHitTest
)

Remarks

This class extends its ancestor class with the GridView property, which provides access to the grid View whose element is located at the inspected point.

You shouldn’t create any HitTest class instances directly. They are created automatically on demand.

Inheritance

TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
See Also