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>
Related API Members
The following members return AppointmentStatusItemCollection objects:
Implements
Inheritance
Object
DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentStatusItem>
DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentStatusItem>
AppointmentStatusItemCollection
See Also