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

ASPxAppointmentStorage.Labels Property

Gets the collection of appointment labels.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AppointmentLabelCollection Labels { get; }

Property Value

Type Description
AppointmentLabelCollection

An AppointmentLabelCollection which represents the collection of appointment labels.

Remarks

Use this property to access the collection of appointment labels within the appointment storage.

See Also