Back to Devexpress

AppointmentStatusItemCollection Class

maui-devexpress-dot-maui-dot-scheduler-f72d988b.md

latest2.6 KB
Original Source

AppointmentStatusItemCollection Class

The collection of AppointmentStatusItem objects.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

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

System.Object DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentStatusItem> DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentStatusItem> AppointmentStatusItemCollection

Extension Methods

Yield<AppointmentStatusItemCollection>()

YieldIfNotNull<AppointmentStatusItemCollection>()

See Also

AppointmentStatusItemCollection Members

DevExpress.Maui.Scheduler Namespace