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