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

SchedulerStorageControlExtension Class

An extension object implementing the Scheduler Storage Control functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class SchedulerStorageControlExtension :
    ExtensionBase

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 SchedulerStorageControlExtension 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
ExtensionBase
SchedulerStorageControlExtension
See Also