Appointment Interface
In This Article
An interface that defines an appointment in the Scheduler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public interface Appointment :
IPersistentObject,
IBatchUpdateable,
IDisposable,
IIdProvider
#Related API Members
The following members return Appointment objects:
Show 111 links
#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