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

Appointment Interface

An interface that defines an appointment in the Scheduler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.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