TcxGridRecordCellHitTest.Item Field
In This Article
Provides access to the data item that corresponds to the inspected cell.
#Declaration
Delphi
Item: TcxCustomGridTableItem
#Field Value
Type | Description |
---|---|
Tcx |
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