Skip to main content

SmartSyncOptions.Assign(BaseOptions) Method

Copies all the settings from the SmartSyncOptions object passed as a parameter.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override void Assign(
    BaseOptions options
)

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