Skip to main content

ResourceCollection.Storage Property

Gets the storage which owns the current collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object which owns the current collection.

See Also