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

CalendarBase.Labels Property

Returns the Calendar appointment labels collection.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public AppointmentLabelItemCollection Labels { get; }

Property Value

Type Description
AppointmentLabelItemCollection

The collection of appointment label items.

See Also