Skip to main content

CalendarBase.Labels Property

Returns the Calendar appointment labels collection.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public AppointmentLabelItemCollection Labels { get; }

#Property Value

Type Description
AppointmentLabelItemCollection

The collection of appointment label items.

See Also