PersistentObjectStorage<T>.Storage Property
Provides access to the Scheduler storage containing the current persistent object storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
ISchedulerStorageBase | A ISchedulerStorageBase object that is the Scheduler storage. |
See Also