RadControls for Silverlight

Describes the direction of data flow in a collection synchronization.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public enum SynchronizationMode
Visual Basic
Public Enumeration SynchronizationMode

Members

Member nameValueDescription
TwoWay0 Both collections are synchronized.
OneWayToSource1 Only changes from the target to the source are synchronized.
None2 Synchronization is disabled.

See Also