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

AppointmentCollection.Storage Property

Provides access to the storage object which holds the appointment collection.

Namespace: DevExpress.XtraScheduler

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

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase type class instance.

See Also