AppointmentItemCollection Class
The collection of AppointmentItem objects.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public class AppointmentItemCollection :
SchedulerBoundCollectionBase<AppointmentItem>
#Related API Members
The following members return AppointmentItemCollection objects:
#Implements
#Inheritance
System.Object
DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentItem>
DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentItem>
AppointmentItemCollection
See Also