TcxCustomGridTableViewStyles.GetContentParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method
Returns canvas attributes for the specified record and a grid table item.
Declaration
procedure GetContentParams(ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AParams: TcxViewParams); virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| ARecord | TcxCustomGridRecord | The target record in a grid Table View. |
| AItem | TcxCustomGridTableItem | The target grid table item. |
| AParams | TcxViewParams | Canvas attributes for the target cell in a grid Table View. |
See Also