ResourceStorageBase(ISchedulerStorageBase) Constructor
Initializes a new instance of the ResourceStorageBase class with the specified Scheduler storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
storage | ISchedulerStorageBase | A ISchedulerStorageBase value that specifies the Scheduler storage which owns the resource storage. |
See Also