SmartSyncOptions.Assign(BaseOptions) Method
Copies all the settings from the SmartSyncOptions object passed as a parameter.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | BaseOptions | A SmartSyncOptions instance whose elements are copied to the current object. |
Remarks
The Assign method allows the settings of the specified SmartSyncOptions object to be copied to the current SmartSyncOptions object.
See Also