Skip to main content
A newer version of this page is available. .

ISmartSyncOptions Interface

Provides options specific for the SmartSync Printing feature.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public interface ISmartSyncOptions :
    INotifyPropertyChanged

The following members return ISmartSyncOptions objects:

Library Related API Members
Cross-Platform Class Library SchedulerPrintAdapter.SmartSyncOptions
WPF Controls DXSchedulerPrintAdapter.SmartSyncOptions
SchedulerPrintAdapter.SmartSyncOptions
ASP.NET Controls and MVC Extensions ASPxSchedulerPrintAdapterBase.SmartSyncOptions

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