wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-75a51ce8.md
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
public class SchedulerSmartSyncOptions :
DependencyObject,
ISmartSyncOptions,
INotifyPropertyChanged
Public Class SchedulerSmartSyncOptions
Inherits DependencyObject
Implements ISmartSyncOptions,
INotifyPropertyChanged
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.
Object DispatcherObject DependencyObject SchedulerSmartSyncOptions
See Also