IAppointmentLabel Interface
Platform-independent interface that defines the appointment label.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.Core.dll
Declaration
Related API Members
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 |
Remarks
Appointment labels are implemented with the following platform-specific classes:
| Platform | Class |
|---|---|
| WinForms | AppointmentLabel |
| ASP.NET | AppointmentLabel |
See Also