Back to Devexpress

SchedulerSmartSyncOptions Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-75a51ce8.md

latest1.9 KB
Original Source

SchedulerSmartSyncOptions Class

Contains options specific to the SmartSync Printing feature.

Namespace : DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Object DispatcherObject DependencyObject SchedulerSmartSyncOptions

See Also

SchedulerSmartSyncOptions Members

DevExpress.Xpf.Scheduling.Reporting Namespace