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

ResourceStorageBase(ISchedulerStorageBase) Constructor

Initializes a new instance of the ResourceStorageBase class with the specified Scheduler storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public ResourceStorageBase(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

A ISchedulerStorageBase value that specifies the Scheduler storage which owns the resource storage.

See Also