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

ResourceCollection.Storage Property

Gets the storage which owns the current collection.

Namespace: DevExpress.XtraScheduler

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

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object which owns the current collection.

See Also