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