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

SchedulerPrintAdapter.SmartSyncOptions Property

Provides access to options specific to the SmartSync Printing feature.

Namespace: DevExpress.XtraScheduler.Reporting

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

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