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

ResourceCollection(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler

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

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