IAppointmentStorage Interface
Defines the interface of the appointment storage in WPF Scheduler.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public interface IAppointmentStorage :
IAppointmentStorageBase,
IPersistentObjectStorage<Appointment>,
IBatchUpdateable,
IDisposable
#Related API Members
The following members return IAppointmentStorage objects:
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
The IAppointmentStorage interface overrides the IAppointmentStorage.Labels and IAppointmentStorage.Statuses properties inherited from the base IAppointmentStorageBase interface.
An object that exposes the IAppointmentStorage interface is accessible by the ISchedulerStorage.Appointments property.