Back to Devexpress

IAppointmentLabel Interface

corelibraries-devexpress-dot-xtrascheduler-4a8a2e67.md

latest2.4 KB
Original Source

IAppointmentLabel Interface

Platform-independent interface that defines the appointment label.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IAppointmentLabel :
    IUserInterfaceObject,
    IDisposable
vb
Public Interface IAppointmentLabel
    Inherits IUserInterfaceObject,
             IDisposable

The following members return IAppointmentLabel objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAppointmentLabelStorage.CreateNewLabel(Object, String, String)
IAppointmentLabelStorage.CreateNewLabel(Object, String)
IAppointmentLabelStorage.CreateNewLabel(String)
WinForms ControlsAppointmentFormController.AppointmentLabel
AppointmentLabelEdit.AppointmentLabel

Remarks

Appointment labels are implemented with the following platform-specific classes:

PlatformClass
WinFormsAppointmentLabel
ASP.NETAppointmentLabel

See Also

IAppointmentLabel Members

Appointment Labels and Statuses

Appointment Labels and Statuses

DevExpress.XtraScheduler Namespace