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

TcxGridRecordCellHitTest.Item Field

Provides access to the grid item which corresponds to the inspected cell.

Declaration

Item: TcxCustomGridTableItem

Field Value

Type
TcxCustomGridTableItem

Remarks

Use the Item field to access the properties and methods of the grid item (a column in the Table View or a row in the Card View) which corresponds to the cell that is located at the grid View’s point being tested.

See Also