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

SchedulerPrintAdapter Class

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

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public class SchedulerPrintAdapter :
    FrameworkContentElement,
    ISchedulerPrintAdapterPropertiesEx,
    ISchedulerPrintAdapterPropertiesBase,
    ISchedulerPropertiesBase,
    INotifyPropertyChanging,
    INotifyPropertyChanged,
    ISupportInitialize,
    IDisposable

The following members return SchedulerPrintAdapter objects:

Remarks

A SchedulerPrintAdapter object is accessible using the SchedulerControl.SchedulerPrintAdapter property.

See Also