SchedulerStorageControlSettings Class
Contains the Scheduler Storage Control extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
Remarks
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.
Inheritance
Object
SettingsBase
SchedulerStorageControlSettings
See Also