CalendarBase.Labels Property
In This Article
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 |
---|---|
Appointment |
The collection of appointment label items. |
See Also