Skip to main content

BaseEdit.AllowUpdateTwoWayBoundPropertiesOnSynchronization Property

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

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