DataControlBase.AllowUpdateTwoWayBoundPropertiesOnSynchronization Property
In This Article
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
#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