Skip to main content

ResourceStorage(SchedulerStorage) Constructor

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public ResourceStorage(
    SchedulerStorage schedulerStorage
)
Public Sub New(
    schedulerStorage As SchedulerStorage
)

Parameters

Name Type Description
schedulerStorage SchedulerStorage

A SchedulerStorage value that specifies the scheduler storage of the resource storage.

See Also