ASPxSchedulerPrintAdapterBase.SchedulerControlID Property
Gets or sets the ID of the ASPxScheduler control on a page.
Namespace: DevExpress.Web.ASPxScheduler.Reporting
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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