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>
Related API Members
The following members return AppointmentLabelItemCollection objects:
Implements
Inheritance
Object
DevExpress.Maui.Scheduler.Internal.BoundCollectionBase<AppointmentLabelItem>
DevExpress.Maui.Scheduler.Internal.SchedulerBoundCollectionBase<AppointmentLabelItem>
AppointmentLabelItemCollection
See Also