Skip to main content

AppointmentLabelItemCollection Class

The collection of AppointmentLabelItems.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public class AppointmentLabelItemCollection :
    SchedulerBoundCollectionBase<AppointmentLabelItem>

The following members return AppointmentLabelItemCollection objects:

Inheritance

Object
DevExpress.XamarinForms.Scheduler.Internal.BoundCollectionBase<AppointmentLabelItem>
DevExpress.XamarinForms.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentLabelItem>
AppointmentLabelItemCollection
See Also