SchedulerListEditor.GetSchedulerAdapter() Method
Used to access the Scheduler component.
Namespace: DevExpress.ExpressApp.Scheduler.Blazor.Editors
Assembly: DevExpress.ExpressApp.Scheduler.Blazor.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Blazor
Declaration
Returns
| Type | Description |
|---|---|
| DevExpress.ExpressApp.Scheduler.Blazor.IDxSchedulerAdapter | An |
Remarks
Use the SchedulerModel property instead.
For additional information on how to access the Scheduler component, refer to the following topic: How to: Access the Scheduler Control in Code.
See Also