IAppointmentStatus Interface
In This Article
Platform-independent interface that defines appointment statuses.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Related API Members
The following members return IAppointmentStatus objects:
#Remarks
Appointment statuses are implemented with the following platform-specific classes:
Platform | Class |
---|---|
Win |
Appointment |
WPF | Appointment |
ASP. |
Appointment |
See Also