ASPxAppointmentStorage.Labels Property
Gets the collection of appointment labels.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public AppointmentLabelCollection Labels { get; }
Public ReadOnly Property Labels As AppointmentLabelCollection
Property Value
Type | Description |
---|---|
AppointmentLabelCollection | An AppointmentLabelCollection which represents the collection of appointment labels. |
Available values:
Name | Description |
---|---|
Item[Int32] | Obsolete. This property is obsolete (use the GetById or GetByIndex methods instead). |
AppointmentLabelCollection() | Initializes a new instance of the AppointmentLabelCollection class with default settings. |
Dispose() | Disposes of the AppointmentLabelCollection object. |
CreateNewLabel(Object, String, String, Color) | Creates a new AppointmentLabel object. |
CreateNewLabel(Object, String, String) | Creates a new AppointmentLabel object. |
CreateNewLabel(Object, String) | Creates a new AppointmentLabel object. |
CreateNewLabel(String) | Creates a new AppointmentLabel object. |
Add(Object, String, String, Color) | Adds a new appointment label item with the specified settings to the collection. |
Add(String, String, Color) | Adds a new appointment label item with the specified settings to the collection. |
Add(AppointmentLabel) | Adds a new appointment label item with the specified settings to the collection. |
Add(Color, String, String) | Adds a new appointment label item with the specified settings to the collection. |
Add(Color, String) | Adds a new appointment label item with the specified settings to the collection. |
GetByIndex(Int32) | Gets the label at the specified index of the AppointmentLabelCollection collection. |
GetById(Object) | Obtains a label object specified by its identifier. |
Remarks
Use this property to access the collection of appointment labels within the appointment storage.