Back to Devexpress

AppointmentStatusItemCollection Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-e21a73db.md

latest2.6 KB
Original Source

AppointmentStatusItemCollection Class

The collection of AppointmentStatusItems.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public class AppointmentStatusItemCollection :
    SchedulerBoundCollectionBase<AppointmentStatusItem>

The following members return AppointmentStatusItemCollection objects:

Implements

IList<AppointmentStatusItem>

ICollection<AppointmentStatusItem>

IEnumerable<AppointmentStatusItem>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

IDisposable

Inheritance

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

See Also

AppointmentStatusItemCollection Members

DevExpress.XamarinForms.Scheduler Namespace