Skip to main content

SchedulerPrintAdapter.SmartSyncOptions Property

Provides access to options specific to the SmartSync Printing feature.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public ISmartSyncOptions SmartSyncOptions { get; }

Property Value

Type Description
ISmartSyncOptions

An object exposing the ISmartSyncOptions interface, allowing you to specify SmartSync-specific options.

Remarks

The SmartSyncOptions property allows you to specify grouping for data iterations via the ISmartSyncOptions.GroupType property.

See the SchedulerPrintAdapter.EnableSmartSync property for more information.

See Also