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

TcxRowValueInfo Class

Provides the ViewInfo information about a row’s data cell.

Declaration

TcxRowValueInfo = class(
    TcxEditCellViewInfo
)

Remarks

The TcxRowValueInfo object provides view information on a row data cell. This information includes:

  • whether the current cell is focused,

  • the cell index within the row,

  • the value the cell contains, etc.

An instance of the TcxRowValueInfo class is passed as the VerticalGrid.OnDrawValue event parameter.

See Also