corelibraries-devexpress-dot-xtrascheduler-4a8a2e67.md
Platform-independent interface that defines the appointment label.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface IAppointmentLabel :
IUserInterfaceObject,
IDisposable
Public Interface IAppointmentLabel
Inherits IUserInterfaceObject,
IDisposable
The following members return IAppointmentLabel objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IAppointmentLabelStorage.CreateNewLabel(Object, String, String) |
| IAppointmentLabelStorage.CreateNewLabel(Object, String) | |
| IAppointmentLabelStorage.CreateNewLabel(String) | |
| WinForms Controls | AppointmentFormController.AppointmentLabel |
| AppointmentLabelEdit.AppointmentLabel |
Appointment labels are implemented with the following platform-specific classes:
| Platform | Class |
|---|---|
| WinForms | AppointmentLabel |
| ASP.NET | AppointmentLabel |
See Also
Appointment Labels and Statuses