Skip to main content

SmartSyncOptions Class

Contains options specific for the SmartSync Printing feature.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.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