TcxGridLayoutViewStyles.GetItemParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method
Determines the card layout item’s style attributes.
Declaration
procedure GetItemParams(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