DVSyncManager.SyncSelection

Syntax

SyncSelection: Boolean

Description

The SyncSelection property determines whether selecting is synchronized

Comments

Use JSON or the setSyncSelection method to set the property value and the getSyncSelection method to get the property value.

The property is set to True, if selecting is synchronized and the False value, if it is not synchronized.

By default the property is set to True.

Example

The property use is given in the page with description of the DVSyncManager.add method.

DVSyncManager