Skip to main content

TcxEditDataBinding.StoredValue Property

Specifies a specific field value for an edit control.

Declaration

property StoredValue: TcxEditValue read; write;

Property Value

Type
TcxEditValue

Remarks

The StoredValue property allows accessing a value in the data storage that corresponds to the edit control. Use this property to read or write a value to the data storage.

See Also