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

SchedulerPrintAdapter.SmartSyncOptions Property

Gets or sets the SmartSync Printing options. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public ISmartSyncOptions SmartSyncOptions { get; set; }

Property Value

Type Description
ISmartSyncOptions

An object exposing the ISmartSyncOptions interface, containing the SmartSync-specific options.

Remarks

Use the SmartSyncOptions property to specify data iterations grouping using the SchedulerSmartSyncOptions.GroupType property. Use the SchedulerPrintAdapter.EnableSmartSync property to enable using the SmartSync printing feature.

See Also