AppointmentItemCollection Class
In This Article
The collection of AppointmentItems.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public class AppointmentItemCollection :
SchedulerBoundCollectionBase<AppointmentItem>
#Related API Members
The following members return AppointmentItemCollection objects:
#Implements
#Inheritance
Object
DevExpress.XamarinForms.Scheduler.Internal.BoundCollectionBase<AppointmentItem>
DevExpress.XamarinForms.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentItem>
AppointmentItemCollection
See Also