SchedulerPrintAdapter.SmartSyncOptions Property
Gets or sets the SmartSync Printing options. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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