TcxEditCellViewInfo.DisplayValue Property
Represents the value actually displayed within a cell.
Declaration
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