Skip to main content

AppointmentLabelItemCollection(SchedulerDataStorage) Constructor

Initializes a new instance of the AppointmentLabelItemCollection class with specified settings.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public AppointmentLabelItemCollection(
    SchedulerDataStorage storage
)

Parameters

Name Type Description
storage SchedulerDataStorage

The collection owner.

See Also