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

SchedulerPrintAdapter(SchedulerControl) Constructor

Initializes a new instance of the SchedulerPrintAdapter class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public SchedulerPrintAdapter(
    SchedulerControl scheduler
)

Parameters

Name Type Description
scheduler SchedulerControl

A SchedulerControl instance for which the SchedulerPrintAdapter instance is created.

See Also