Back to Devexpress

SchedulerSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-03eeb927.md

latest2.1 KB
Original Source

SchedulerSettings Class

Contains the Scheduler extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class SchedulerSettings :
    SettingsBase
vb
Public Class SchedulerSettings
    Inherits 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.

Inheritance

Object SettingsBase SchedulerSettings

See Also

SchedulerSettings Members

Scheduler - Overview

SchedulerExtension

DevExpress.Web.Mvc Namespace