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