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