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