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

TcxGridTableDataCellViewInfo.Value Property

Gets the dataset value that corresponds to the cell.

Declaration

property Value: Variant read;

Property Value

Type
Variant

Remarks

The TcxGridTableDataCellViewInfo object enables you to obtain two values associated with the cell – the display value and the edit value. The display value is the string displayed within the cell (in no specific editor is assigned to it). This value can be obtained via the DisplayValue property. The edit value is the dataset value corresponding to the cell and is obtained via the Value property. Generally, these two values may differ. Use the property that suits your needs for custom painting.

See Also