TcxGridCardViewStyles.GetCaptionRowParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method
Gets the TcxViewParams record containing information on the caption row‘s style attributes.
Declaration
procedure GetCaptionRowParams(ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AParams: TcxViewParams); virtual;
Parameters
Name | Type |
---|---|
ARecord | TcxCustomGridRecord |
AItem | TcxCustomGridTableItem |
AParams | TcxViewParams |
Remarks
The ARecord parameter specifies the record that the currently processed row corresponds to;
The AItem parameter specifies the row to be processed;
The AParams parameter specifies style attributes that the method results in.
See Also