TcxGridIndicatorRowItemViewInfo.GridRecord Property
Provides access to the underlying grid row.
Declaration
property GridRecord: TcxCustomGridRow read;
Property Value
| Type |
|---|
| TcxCustomGridRow |
Remarks
You can access this property when painting an indicator item based on the grid row’s attributes.
See Also