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

TcxCustomInplaceEditContainer.EditValue Property

Specifies the value stored in the currently focused item’s editor.

#Declaration

Delphi
property EditValue: Variant read; write;

#Property Value

Type
Variant

#Remarks

Use the EditValue property to access the editor value within an item. Some editors do not store the values being edited by an end-user in the EditValue property immediately. They are stored in EditValue after a end-user presses the Enter key or sets focus to another item. In this case, the currently edited value is validated first.

See Also