TcxGridCardViewRowStyles.GetCaptionParams(TcxCustomGridRecord,TcxViewParams) Method
Returns style attributes applied to a row’s caption.
Declaration
procedure GetCaptionParams(ARecord: TcxCustomGridRecord; out AParams: TcxViewParams); virtual;
Parameters
Name | Type |
---|---|
ARecord | TcxCustomGridRecord |
AParams | TcxViewParams |
Remarks
The ARecord parameter specifies the record that corresponds to the row.
The AParams parameter returns the row caption’s style attributes.
See Also