Skip to main content

Appointment Interface

An interface that defines an appointment in the Scheduler.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public interface Appointment :
    IPersistentObject,
    IBatchUpdateable,
    IDisposable,
    IIdProvider

Remarks

For more information on appointments, review the following topics:

WPF Scheduler implements the AppointmentItem class that represents an appointment. Review the Appointments section for more information.

See Also