Create(TcxCustomGridRecordViewInfo,TcxCustomGridTableItem) Constructor
Initializes a new instance of the TcxGridTableDataCellViewInfo class with specified settings.
Declaration
constructor Create(ARecordViewInfo: TcxCustomGridRecordViewInfo; AItem: TcxCustomGridTableItem); reintroduce; virtual;
Parameters
| Name | Type |
|---|---|
| ARecordViewInfo | TcxCustomGridRecordViewInfo |
| AItem | TcxCustomGridTableItem |
See Also