Skip to main content

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.v14.2.Core.dll

#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