TcxCustomRowViewInfo.RowValueInfo Property
Returns ViewInfo information on the specified data cell.
Declaration
property RowValueInfo[ARecordIndex: Integer; ACellIndex: Integer]: TcxRowValueInfo read;
Property Value
Type | Description |
---|---|
TcxRowValueInfo | Stores ViewInfo information on a vertical grid row cell. |
Remarks
Pass the required record index as the ARecordIndex
parameter to obtain ViewInfo information on the corresponding cell. The ACellIndex
parameter accepts an index of the target cell for multi-editor rows. Always pass 0
as the ACellIndex
parameter for simple unbound and data-aware editor rows.
See Also