Skip to main content

SchedulerSmartSyncOptions Class

Contains options specific to the SmartSync Printing feature.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class SchedulerSmartSyncOptions :
    DependencyObject,
    ISmartSyncOptions,
    INotifyPropertyChanged

Remarks

An instance of the SchedulerSmartSyncOptions class is available using the SchedulerPrintAdapter.SmartSyncOptions property. Use the SchedulerSmartSyncOptions.GroupType property to specify the type of grouping data iterations in tri-fold scheduler reports.

To switch the feature on, set the SchedulerPrintAdapter.EnableSmartSync property to true.

Inheritance

See Also