Skip to main content

AppointmentItemCollection Class

The collection of AppointmentItems.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public class AppointmentItemCollection :
    SchedulerBoundCollectionBase<AppointmentItem>

The following members return AppointmentItemCollection objects:

#Inheritance

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