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

ASPxSchedulerStorage(ASPxScheduler) Constructor

Initializes a new instance of the ASPxSchedulerStorage class for the specified Scheduler control.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerStorage(
    ASPxScheduler control
)

Parameters

Name Type Description
control ASPxScheduler

An ASPxScheduler object that specifies the Scheduler control of the storage.

See Also