Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool EnableSmartSync { get; set; }

Property Value

Type Description
Boolean

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

See Also