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.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
ISchedulerStorageBase | An ISchedulerStorageBase object that is the storage component for all persistent objects. |
See Also