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

TcxCustomEdit.EditingValue Property

Returns the value being edited.

Declaration

property EditingValue: TcxEditValue read;

Property Value

Type
TcxEditValue

Remarks

If an editor is focused and its value is not yet validated, this property returns the editor’s text converted to the edit value. Otherwise, the EditValue property value is returned.

See Also