IAppointmentLabel Interface
Platform-independent interface that defines the appointment label.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.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 | |
WPF Controls | AppointmentInplaceEditorBase.Label |
AppointmentViewInfo.Label |
Remarks
Appointment labels are implemented with the following platform-specific classes:
Platform | Class |
---|---|
WinForms | AppointmentLabel |
WPF | AppointmentLabel |
ASP.NET | AppointmentLabel |
See Also