ISmartSyncOptions Interface
In This Article
Provides options specific for the SmartSync Printing feature.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Related API Members
The following members return ISmartSyncOptions objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Scheduler |
WPF Controls | DXScheduler |
Scheduler |
|
ASP. |
ASPx |
#Remarks
An object exposing the ISmartSyncOptions
interface is accessed via the SmartSyncOptions property of the scheduler print adapter (SchedulerPrintAdapter.SmartSyncOptions, ASPxSchedulerPrintAdapterBase.SmartSyncOptions, DXSchedulerPrintAdapter.SmartSyncOptions).
Use the ISmartSyncOptions.GroupType property to specify grouping for data iterations.
See Also