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

SchedulerPrintAdapter.EnableSmartSync Property

Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature). This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public bool EnableSmartSync { get; set; }

Property Value

Type Description
Boolean

true to enable the SmartSync Printing feature; otherwise, false.

See Also