Back to Devexpress

SchedulerPrintAdapter.SmartSyncOptions Property

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulerprintadapter-104ff6ee.md

latest2.0 KB
Original Source

SchedulerPrintAdapter.SmartSyncOptions Property

Provides access to options specific to the SmartSync Printing feature.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public ISmartSyncOptions SmartSyncOptions { get; }
vb
Public ReadOnly Property SmartSyncOptions As ISmartSyncOptions

Property Value

TypeDescription
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

EnableSmartSync

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace