Skip to main content

AppointmentStatusItemCollection Class

The collection of AppointmentStatusItem objects.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public class AppointmentStatusItemCollection :
    SchedulerBoundCollectionBase<AppointmentStatusItem>

The following members return AppointmentStatusItemCollection objects:

Inheritance

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