Back to Devexpress

SmartSyncOptions Class

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-99746205.md

latest1.9 KB
Original Source

SmartSyncOptions Class

Contains options specific for the SmartSync Printing feature.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class SmartSyncOptions :
    SchedulerNotificationOptions,
    ISmartSyncOptions,
    INotifyPropertyChanged
vb
Public Class SmartSyncOptions
    Inherits SchedulerNotificationOptions
    Implements 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

ISmartSyncOptions

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SmartSyncOptions

See Also

SmartSyncOptions Members

DevExpress.XtraScheduler.Reporting Namespace