Enum
SynchronizationMode

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.

Declaration

cs-api-definition
None = 2

Field Value

SynchronizationMode

OneWayToSource

Only changes from the target to the source are synchronized.

Declaration

cs-api-definition
OneWayToSource = 1

Field Value

SynchronizationMode

TwoWay

Both collections are synchronized.

Declaration

cs-api-definition
TwoWay = 0

Field Value

SynchronizationMode

In this article
DefinitionFieldsNoneOneWayToSourceTwoWay
Not finding the help you need?
Contact Support