Skip to main content

IAppointmentLabel Interface

Platform-independent interface that defines the appointment label.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public interface IAppointmentLabel :
    IUserInterfaceObject,
    IDisposable

Remarks

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

Platform Class
WinForms AppointmentLabel
WPF AppointmentLabel
ASP.NET AppointmentLabel
See Also