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

SchedulerSettings Class

Contains the Scheduler extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class SchedulerSettings :
    SettingsBase

Remarks

To declare the Scheduler in a View, invoke the ExtensionsFactory.Scheduler helper method. This method returns the Scheduler extension that is implemented by the SchedulerExtension class.

To configure the Scheduler extension, pass the SchedulerSettings object to the ExtensionsFactory.Scheduler helper method as a parameter. The SchedulerSettings object contains all the Scheduler extension settings.

Refer to the Scheduler Overview topic to learn how to add the Scheduler extension to your project.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SchedulerSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
SettingsBase
SchedulerSettings
See Also