IAppointmentStatus Interface
Platform-independent interface that defines appointment statuses.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Related API Members
The following members return IAppointmentStatus objects:
Show 14 links
Remarks
Appointment statuses are implemented with the following platform-specific classes:
| Platform | Class |
|---|---|
| WinForms | AppointmentStatus |
| WPF | AppointmentStatus |
| ASP.NET | AppointmentStatus |
See Also