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

AppointmentStatusItemCollection Class

The collection of AppointmentStatusItems.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public class AppointmentStatusItemCollection :
    SchedulerBoundCollectionBase<AppointmentStatusItem>

The following members return AppointmentStatusItemCollection objects:

Inheritance

Object
DevExpress.XamarinForms.Scheduler.Internal.BoundCollectionBase<AppointmentStatusItem>
DevExpress.XamarinForms.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentStatusItem>
AppointmentStatusItemCollection
See Also