TcxGridCardViewStyles.OnGetRowCaptionStyle Event
Occurs whenever the row caption should be redrawn.
Declaration
property OnGetRowCaptionStyle: TcxGridGetCellStyleEvent read; write;
Remarks
You can handle the OnGetRowCaptionStyle event to redefine the style of specific row captions. This event occurs when it is necessary to redraw a row caption of the grid record defined by the ARecord parameter. The item is specified by the AItem parameter.
Sender specifies the Card View.
ARecord specifies the record to which the card corresponds.
AItem specifies the row whose caption will be redrawn.
AStyle specifies style attributes to be applied to the row caption.
See Also