Synchronizing Values Between Editor and Data Source
When the editor is bound to a data property, the data property value and the editor’s BaseEdit.EditValue property value are automatically synchronized.
Synchronization of values can be disabled by setting the BaseEdit.AllowUpdateTwoWayBoundPropertiesOnSynchronization to false.