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

TcxGridRecordCellHitTest Class

Contains the HitTest information about a cell located at the inspected point.

Declaration

TcxGridRecordCellHitTest = class(
    TcxGridRecordHitTest
)

Remarks

The TcxGridRecordCellHitTest class designates the hit code (which is equal to htCell) of the cell located at the grid View’s point that is being tested and also provides general information on the cell. The Item and GridRecord properties provide access to the properties and methods of the grid item and record which correspond to the cell being inspected, respectively.

See Also