Skip to main content
A newer version of this page is available. .

IAppointmentLabel Interface

Platform-independent interface that defines the appointment label.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.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