Skip to main content

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>

The following members return AppointmentItemCollection objects:

Inheritance

Object
DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentItem>
DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentItem>
AppointmentItemCollection
See Also