ASPxSchedulerControlPrintAdapter.SchedulerControl Property
In This Article
Gets or sets the ASPxScheduler control for the print adapter.
Namespace: DevExpress.Web.ASPxScheduler.Reporting
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ASPxScheduler SchedulerControl { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the SchedulerControl property to specify a scheduler for which to build a report.
See Also