SchedulerControlPrintAdapter(SchedulerControl) Constructor
In This Article
Initializes a new instance of the SchedulerControlPrintAdapter class with the specified Scheduler Control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
#Declaration
public SchedulerControlPrintAdapter(
SchedulerControl control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Scheduler |
A Scheduler |
See Also