ASPxResourceStorage(ASPxSchedulerStorage) Constructor
Initializes a new instance of the ASPxResourceStorage class with the specified scheduler storage.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public ASPxResourceStorage(
ASPxSchedulerStorage storage
)
Public Sub New(
storage As ASPxSchedulerStorage
)
Parameters
Name | Type | Description |
---|---|---|
storage | ASPxSchedulerStorage | An ASPxSchedulerStorage object that specifies the scheduler storage of the resource storage. |
See Also
Feedback