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

DataControlBase.AllowUpdateTwoWayBoundPropertiesOnSynchronization Property

Prevents the DataControlBase.SelectedItem binding source from being updated during synchronization with the DataControlBase.ItemsSource. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool AllowUpdateTwoWayBoundPropertiesOnSynchronization { get; set; }

Property Value

Type Description
Boolean

true, to allow updates of the binding source of two-way bound properties during synchronization; otherwise, false.

Remarks

By default, the AllowUpdateTwoWayBoundPropertiesOnSynchronization property is set to true.

See Also