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