SmartSyncOptions Class
Contains options specific for the SmartSync Printing feature.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
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
Inheritance
See Also