TcxGridLayoutViewStyles.OnGetRecordCaptionStyle Event
Enables you to apply a custom style to a certain card caption.
Declaration
property OnGetRecordCaptionStyle: TcxGridGetRecordStyleEvent read; write;
Remarks
Fires each time the card caption is about to be drawn.
Sender specifies the Layout View.
ARecord specifies the record to which the card corresponds.
AStyle specifies style attributes that will be applied to the card caption.
See Also