Skip to main content

TcxGridCardViewRowStyles.GetCaptionRowParams(TcxCustomGridRecord,TcxViewParams) Method

Returns style attributes applied to a caption row.

Declaration

procedure GetCaptionRowParams(ARecord: TcxCustomGridRecord; out AParams: TcxViewParams); virtual;

Parameters

Name Type
ARecord TcxCustomGridRecord
AParams TcxViewParams

Remarks

The ARecord parameter specifies the record that corresponds to the caption row.

The AParams parameter returns the caption row’s style attributes.

See Also