SyncLoadClipboardData: Boolean
The SyncLoadClipboardData property determines whether the data is synchronously loaded if there are unloaded cells on copying.
Use JSON or the setSyncLoadClipboardData method to set the property value, and the getSyncLoadClipboardData method to get the property value.
The property is True if synchronous data loading is allowed when there are unloaded cells on copying, otherwise the property is False.
By default the property is False.
The example of property use is given on the TabSheetSettings.EnableCopyPaste page.
See also: