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