TcxGridRecordCellHitTest.Item Field
Provides access to the data item that corresponds to the inspected cell.
Declaration
Item: TcxCustomGridTableItem
Field Value
| Type | Description |
|---|---|
| TcxCustomGridTableItem | The inspected data item. |
Remarks
Use the Item field to access the properties and methods of the data item that corresponds to the cell that is located at the inspected point.
See Also