Back to Devexpress

AppointmentLabel Class

aspnet-devexpress-dot-web-dot-aspxscheduler-d9d287db.md

latest4.0 KB
Original Source

AppointmentLabel Class

Represents an appointment’s identification label.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentLabel :
    UserInterfaceObjectAsp,
    IAppointmentLabel,
    IUserInterfaceObject,
    IDisposable
vb
Public Class AppointmentLabel
    Inherits UserInterfaceObjectAsp
    Implements IAppointmentLabel,
               IUserInterfaceObject,
               IDisposable

The following members return AppointmentLabel objects:

Remarks

The AppointmentLabel class represents an individual identification label which can be associated with an appointment. It is used for at-a-glance appointment identification. The appointment’s identification label is indicated in the scheduler as a background color which is used to fill the appointment body. The color of the label can be set via its AppointmentLabel.Color property.

Labels are contained within the AppointmentLabelCollection collection, accessed via the ASPxAppointmentStorage.Labels property. An individual AppointmentLabel object can be accessed via the collection’s AppointmentLabelCollection.Item property, using indexer notation.

Use the Appointment.LabelKey property to associate a label with an appointment.

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

DevExpress.Utils.ISupportObjectChanged

INotifyPropertyChanged

IIdProvider

IAppointmentLabel

IDisposable

Inheritance

Object UserInterfaceObject DevExpress.Web.ASPxScheduler.UserInterfaceObjectAsp AppointmentLabel BootstrapAppointmentLabel

See Also

AppointmentLabel Members

Appointment Labels and Statuses

DevExpress.Web.ASPxScheduler Namespace