Skip to main content

ISchedulerStorageBase.Appointments Property

Gets a storage object that contains appointments.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

IAppointmentStorageBase Appointments { get; }

Property Value

Type Description
IAppointmentStorageBase

An IAppointmentStorageBase object that is the storage for appointments.

See Also