Skip to main content

ASPxSchedulerPrintAdapterBase.SchedulerControlID Property

Gets or sets the ID of the ASPxScheduler control on a page.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue("")]
public virtual string SchedulerControlID { get; set; }

Property Value

Type Default Description
String String.Empty

A string representing the control’s ID.

Remarks

Use the SchedulerControlID property to bind the print adapter to the scheduler control on a page.

See Also