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

IPersistentObjectStorage<T>.Storage Property

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

Namespace: DevExpress.XtraScheduler

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

Declaration

ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

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

See Also