ExtensionsFactory.Scheduler(Action<SchedulerSettings>) Method
Creates a Scheduler control.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<SchedulerSettings> | A delegate method that accepts SchedulerSettings as a parameter. |
Returns
Type | Description |
---|---|
SchedulerExtension | A SchedulerExtension object implementing the Scheduler functionality. |
See Also