Back to Devexpress

AppointmentLabelItemCollection Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-152d0b78.md

latest2.6 KB
Original Source

AppointmentLabelItemCollection Class

The collection of AppointmentLabelItems.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public class AppointmentLabelItemCollection :
    SchedulerBoundCollectionBase<AppointmentLabelItem>

The following members return AppointmentLabelItemCollection objects:

Implements

IList<AppointmentLabelItem>

ICollection<AppointmentLabelItem>

IEnumerable<AppointmentLabelItem>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

IDisposable

Inheritance

Object DevExpress.XamarinForms.Scheduler.Internal.BoundCollectionBase<AppointmentLabelItem> DevExpress.XamarinForms.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentLabelItem> AppointmentLabelItemCollection

See Also

AppointmentLabelItemCollection Members

DevExpress.XamarinForms.Scheduler Namespace