TcxEditCellViewInfo.DisplayValue Property
In This Article
Represents the value actually displayed within a cell.
#Declaration
Delphi
property DisplayValue: Variant read;
#Property Value
Type |
---|
Variant |
#Remarks
The DisplayValue property contains the corresponding data field value. The value is a variant and you can obtain its type via the VarType method.
See Also