Skip to main content
A newer version of this page is available. .

AppointmentItemCollection Class

The collection of AppointmentItems.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

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