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

SmartSyncOptions Class

Contains options specific for the SmartSync Printing feature.

Namespace: DevExpress.XtraScheduler.Reporting

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

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

Declaration

public class SmartSyncOptions :
    SchedulerNotificationOptions,
    ISmartSyncOptions,
    INotifyPropertyChanged

Remarks

The SmartSyncOptions enables you to specify grouping for data iterations via the SmartSyncOptions.GroupType property.

See the SchedulerPrintAdapter.EnableSmartSync property for more information.

Implements

See Also