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