Skip to main content
A newer version of this page is available. .

TcxCustomGridTableViewStyles.GetDataCellContentParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams) Method

Returns canvas attributes for the specified record and a grid table item.

Declaration

procedure GetDataCellContentParams(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