Back to Devexpress

Synchronizing Values Between Editor and Data Source

wpf-114461-controls-and-libraries-data-editors-common-features-obtaining-editor-values-synchronizing-values-between-editor-and-data-source.md

latest495 B
Original Source

Synchronizing Values Between Editor and Data Source

  • Aug 04, 2023

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.