PersistentObjectStorage<T>.Storage Property
In This Article
Provides access to the Scheduler storage containing the current persistent object storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public ISchedulerStorageBase Storage { get; }
#Property Value
Type | Description |
---|---|
IScheduler |
A IScheduler |
See Also