Initializes a new instance of the ASPxResourceStorage class with the specified scheduler storage.
Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v18.1.dll

Syntax
C# |
public ASPxResourceStorage(
ASPxSchedulerStorage storage
)
|
VB |
Public New(
ByVal storage As ASPxSchedulerStorage
)
|

See Also