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