Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEdit.EditingValue Property

Returns the value being edited.

#Declaration

Delphi
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