Skip to main content
A newer version of this page is available. .

ASPxSchedulerPrintAdapterBase.SchedulerControlID Property

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

Namespace: DevExpress.Web.ASPxScheduler.Reporting

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

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