PersistentObjectStorage<T>.Storage Property
Provides access to the Scheduler storage containing the current persistent object storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll
Declaration
public ISchedulerStorageBase Storage { get; }
Public ReadOnly Property Storage As ISchedulerStorageBase
Property Value
Type | Description |
---|---|
ISchedulerStorageBase | A ISchedulerStorageBase object that is the Scheduler storage. |
Implements
DevExpress.XtraScheduler.IPersistentObjectStorage<T>.Storage
DevExpress.XtraScheduler.Internal.IInternalPersistentObjectStorage<T>.Storage
See Also
Feedback