Skip to main content
A newer version of this page is available. .

SmartSyncOptions() Constructor

Initializes a new instance of the SmartSyncOptions class with the default settings.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public SmartSyncOptions()

Remarks

Use the SchedulerPrintAdapter.SmartSyncOptions property to get access to an instance of the SmartSyncOptions class.

See Also