Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object that is the Scheduler storage.

See Also