Skip to main content

ResourceCollection(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public ResourceCollection(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

A ISchedulerStorageBase value which is the storage containing the resources collection. This value is assigned to the ResourceCollection.Storage property.

See Also