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

ExtensionsFactory.SchedulerStorageControl(Action<SchedulerStorageControlSettings>) Method

Creates a Scheduler Storage control.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public SchedulerStorageControlExtension SchedulerStorageControl(
    Action<SchedulerStorageControlSettings> method
)

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