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

ExtensionsFactory.Scheduler(Action<SchedulerSettings>) Method

Creates a Scheduler control.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public SchedulerExtension Scheduler(
    Action<SchedulerSettings> method
)

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