Skip to main content

AppointmentLabelItemCollection Class

The collection of AppointmentLabelItem objects.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public class AppointmentLabelItemCollection :
    SchedulerBoundCollectionBase<AppointmentLabelItem>

The following members return AppointmentLabelItemCollection objects:

Inheritance

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