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

CalendarBase.Labels Property

Provides access to the Calendar appointment labels collection.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

public AppointmentLabelItemCollection Labels { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.AppointmentLabelItemCollection

A AppointmentLabelItemCollection object that is the collection of appointment label items.

See Also