TcxGridRecordHitTest.GridRecord Property
Provides access to the grid record being inspected.
Declaration
property GridRecord: TcxCustomGridRecord read; write;
Property Value
Type |
---|
TcxCustomGridRecord |
Remarks
Use the GridRecord property to access the properties and method of the grid record being inspected.
See Also