TcxCustomInplaceEditContainer.EditValue Property
Specifies the value stored in the currently focused item’s editor.
#Declaration
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.