BaseEdit.AllowUpdateTwoWayBoundPropertiesOnSynchronization Property
In This Article
Allows to prevent the BaseEdit.EditValue and LookUpEditBase.SelectedItem binding source from being updated during synchronization with the DataControlBase.ItemsSource.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to allow update the binding source of two-way bound properties during synchronization; otherwise, false. |
#Remarks
By default, the AllowUpdateTwoWayBoundPropertiesOnSynchronization property is set to true.
See Also