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

IAppointmentStorage Interface

Defines the interface of the appointment storage in WPF Scheduler.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public interface IAppointmentStorage :
    IAppointmentStorageBase,
    IPersistentObjectStorage<Appointment>,
    IBatchUpdateable,
    IDisposable

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.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

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.

See Also