Skip to main content

IPersistentObjectStorage<T>.Storage Property

Provides access to the base storage component which holds persistent objects of any kind.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

An ISchedulerStorageBase object that is the storage component for all persistent objects.

See Also