Skip to main content

ASPxSchedulerControlPrintAdapter.SchedulerControl Property

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
ASPxScheduler

An ASPxScheduler representing a scheduler control which serves as the report’s source.

#Remarks

Use the SchedulerControl property to specify a scheduler for which to build a report.

See Also