Appointment Interface
An interface that defines an appointment in the Scheduler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
public interface Appointment :
IPersistentObject,
IBatchUpdateable,
IDisposable,
IIdProvider
Public Interface Appointment
Inherits IPersistentObject,
IBatchUpdateable,
IDisposable,
IIdProvider
Related API Members
The following members return Appointment objects:
Related API Members
The following members return Appointment objects:
Remarks
For more information on appointments, review the following topics:
- WinForms Scheduler - Appointments
- WinForms Scheduler - Visual Elements - Appointments
- ASP.NET Scheduler - Appointments
- ASP.NET Scheduler - Visual Elements - Appointments
- ASP.NET MVC Scheduler - Visual Elements - Appointments
WPF Scheduler implements the AppointmentItem class that represents an appointment. Review the Appointments section for more information.
See Also