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

ASPxResourceStorage(ASPxSchedulerStorage) Constructor

Initializes a new instance of the ASPxResourceStorage class with the specified scheduler storage.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public ASPxResourceStorage(
    ASPxSchedulerStorage storage
)

Parameters

Name Type Description
storage ASPxSchedulerStorage

An ASPxSchedulerStorage object that specifies the scheduler storage of the resource storage.

See Also