Skip to main content

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