SchedulerSmartSyncOptions Class
Contains options specific to the SmartSync Printing feature.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.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
Object
DispatcherObject
DependencyObject
SchedulerSmartSyncOptions
See Also