AppointmentStatusItemCollection Class
The collection of AppointmentStatusItem objects.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public class AppointmentStatusItemCollection :
SchedulerBoundCollectionBase<AppointmentStatusItem>
#Related API Members
The following members return AppointmentStatusItemCollection objects:
#Implements
#Inheritance
System.Object
DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentStatusItem>
DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentStatusItem>
AppointmentStatusItemCollection
#Extension Methods
See Also