ResourceCollection(ISchedulerStorageBase) Constructor
Initializes a new instance of the ResourceCollection class with the specified Scheduler storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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