Skip to main content

CalendarBase.Labels Property

Provides access to the Calendar appointment labels collection.

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

#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