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