Enum SynchronizationMode
Describes the direction of data flow in a collection synchronization.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public enum SynchronizationMode
None
Synchronization is disabled.
OneWayToSource
Only changes from the target to the source are synchronized.
TwoWay
Both collections are synchronized.