Back to Devexpress

AppointmentItemCollection Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-98237a55.md

latest2.5 KB
Original Source

AppointmentItemCollection Class

The collection of AppointmentItems.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public class AppointmentItemCollection :
    SchedulerBoundCollectionBase<AppointmentItem>

The following members return AppointmentItemCollection objects:

Implements

IList<AppointmentItem>

ICollection<AppointmentItem>

IEnumerable<AppointmentItem>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

IDisposable

Inheritance

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

See Also

AppointmentItemCollection Members

DevExpress.XamarinForms.Scheduler Namespace