SchedulerPrintAdapter Class
Provides data for the Scheduler report, and for all report controls.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public class SchedulerPrintAdapter :
FrameworkContentElement,
ISchedulerPrintAdapterPropertiesEx,
ISchedulerPrintAdapterPropertiesBase,
ISchedulerPropertiesBase,
INotifyPropertyChanging,
INotifyPropertyChanged,
ISupportInitialize,
IDisposable
Related API Members
The following members return SchedulerPrintAdapter objects:
Remarks
A SchedulerPrintAdapter object is accessible using the SchedulerControl.SchedulerPrintAdapter property.
Inheritance
Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
SchedulerPrintAdapter
See Also