Back to Devexpress

SchedulerControlPrintAdapter.SchedulerControl Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulercontrolprintadapter.md

latest1.5 KB
Original Source

SchedulerControlPrintAdapter.SchedulerControl Property

Gets or sets the Scheduler control which is the source of the XtraSchedulerReport.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(null)]
public SchedulerControl SchedulerControl { get; set; }
vb
<DefaultValue(Nothing)>
Public Property SchedulerControl As SchedulerControl

Property Value

TypeDefaultDescription
SchedulerControlnull

A SchedulerControl instance which is the report’ s source.

|

See Also

SchedulerControlPrintAdapter Class

SchedulerControlPrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace