Skip to main content
A newer version of this page is available. .

BaseEdit.AllowUpdateTwoWayBoundPropertiesOnSynchronization Property

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.v18.2.dll

Declaration

public bool AllowUpdateTwoWayBoundPropertiesOnSynchronization { get; set; }

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