Back to Devexpress

SchedulerPrintAdapter Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting.md

latest2.3 KB
Original Source

SchedulerPrintAdapter Class

Provides data for the Scheduler report, and for all report controls.

Namespace : DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class SchedulerPrintAdapter :
    FrameworkContentElement,
    ISchedulerPrintAdapterPropertiesEx,
    ISchedulerPrintAdapterPropertiesBase,
    ISchedulerPropertiesBase,
    INotifyPropertyChanging,
    INotifyPropertyChanged,
    ISupportInitialize,
    IDisposable
vb
Public Class SchedulerPrintAdapter
    Inherits FrameworkContentElement
    Implements ISchedulerPrintAdapterPropertiesEx,
               ISchedulerPrintAdapterPropertiesBase,
               ISchedulerPropertiesBase,
               INotifyPropertyChanging,
               INotifyPropertyChanged,
               ISupportInitialize,
               IDisposable

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

SchedulerPrintAdapter Members

Printing

DevExpress.Xpf.Scheduling.Reporting Namespace