Skip to main content

AppointmentStatusItemCollection Class

The collection of AppointmentStatusItems.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
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