Skip to main content

ExtensionsFactory.SchedulerStorageControl(Action<SchedulerStorageControlSettings>) Method

Creates a Scheduler Storage control.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#Parameters

Name Type Description
method Action<SchedulerStorageControlSettings>

A delegate method that accepts SchedulerStorageControlSettings as a parameter.

#Returns

Type Description
SchedulerStorageControlExtension

A SchedulerStorageControlExtension object implementing the SchedulerStorageControl functionality.

See Also