IPersistentObjectStorage<T>.Storage Property
Provides access to the base storage component which holds persistent objects of any kind.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
ISchedulerStorageBase | An ISchedulerStorageBase object that is the storage component for all persistent objects. |
See Also