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.v19.2.Core.dll

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