TcxGridCardViewRowStyles.GetCaptionRowParams(TcxCustomGridRecord,TcxViewParams) Method
In This Article
Returns style attributes applied to a caption row.
#Declaration
Delphi
procedure GetCaptionRowParams(ARecord: TcxCustomGridRecord; out AParams: TcxViewParams); virtual;
#Parameters
Name | Type |
---|---|
ARecord | Tcx |
AParams | Tcx |
#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