TcxCustomGridTableViewStyles.GetDataCellParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams,Boolean,TcxGridTableCellViewInfo,Boolean,Boolean) Method
Returns canvas attributes for a cell in a grid Table View.
Declaration
procedure GetDataCellParams(ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AParams: TcxViewParams; AUseViewInfo: Boolean = False; ACellViewInfo: TcxGridTableCellViewInfo = nil; AIgnoreSelection: Boolean = False; AIgnoreHotTrack: Boolean = False); 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. |
| AUseViewInfo | Boolean | If |
| ACellViewInfo | TcxGridTableCellViewInfo | The source cell ViewInfo information. If this optional parameter accepts |
| AIgnoreSelection | Boolean | If |
| AIgnoreHotTrack | Boolean | If |