BaseEdit.AllowUpdateTwoWayBoundPropertiesOnSynchronization Property
In This Article
Prevents the BaseEdit.EditValue binding source from being updated during synchronization with the DataControlBase.ItemsSource.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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