Skip to main content

ResourceStorage(SchedulerStorage) Constructor

In This Article

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
)

#Parameters

Name Type Description
schedulerStorage SchedulerStorage

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

See Also