Back to Devexpress

AppointmentItemCollection Class

maui-devexpress-dot-maui-dot-scheduler-6ee3fbff.md

latest2.4 KB
Original Source

AppointmentItemCollection Class

The collection of AppointmentItem objects.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

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

System.Object DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentItem> DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentItem> AppointmentItemCollection

Extension Methods

Yield<AppointmentItemCollection>()

YieldIfNotNull<AppointmentItemCollection>()

See Also

AppointmentItemCollection Members

DevExpress.Maui.Scheduler Namespace