aspnetmvc-devexpress-dot-web-dot-mvc-ca92c1da.md
Contains the Scheduler Storage Control extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class SchedulerStorageControlSettings :
SettingsBase
Public Class SchedulerStorageControlSettings
Inherits SettingsBase
To declare the Scheduler Storage Control in a View, invoke the ExtensionsFactory.SchedulerStorageControl helper method. This method returns the Scheduler Storage Control extension that is implemented by the SchedulerStorageControlSettings class.
To configure the Scheduler Storage Control extension, pass the SchedulerStorageControlSettings object to the ExtensionsFactory.SchedulerStorageControl helper method as a parameter. The SchedulerStorageControlSettings object contains all the Scheduler Storage Control extension settings.
Object SettingsBase SchedulerStorageControlSettings
See Also