maui-devexpress-dot-maui-dot-scheduler-9a796829.md
The collection of AppointmentLabelItem objects.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class AppointmentLabelItemCollection :
SchedulerBoundCollectionBase<AppointmentLabelItem>
The following members return AppointmentLabelItemCollection objects:
ICollection<AppointmentLabelItem>
IEnumerable<AppointmentLabelItem>
System.Object DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentLabelItem> DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentLabelItem> AppointmentLabelItemCollection
Yield<AppointmentLabelItemCollection>()
YieldIfNotNull<AppointmentLabelItemCollection>()
See Also