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