Back to Devexpress

AppointmentLabelItemCollection Class

maui-devexpress-dot-maui-dot-scheduler-9a796829.md

latest2.5 KB
Original Source

AppointmentLabelItemCollection Class

The collection of AppointmentLabelItem objects.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.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

System.Object DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentLabelItem> DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentLabelItem> AppointmentLabelItemCollection

Extension Methods

Yield<AppointmentLabelItemCollection>()

YieldIfNotNull<AppointmentLabelItemCollection>()

See Also

AppointmentLabelItemCollection Members

DevExpress.Maui.Scheduler Namespace