TcxGridLayoutViewStyles.GetGroupParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method
Determines the card layout group’s style attributes.
Declaration
procedure GetGroupParams(ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AParams: TcxViewParams); virtual;
Parameters
| Name | Type |
|---|---|
| ARecord | TcxCustomGridRecord |
| AItem | TcxCustomGridTableItem |
| AParams | TcxViewParams |
Remarks
ARecord specifies the record to which the card corresponds.
AItem specifies the layout element whose style attributes will be returned.
AParams specifies the resulting style attributes.
See Also