Skip to main content

AppointmentStatusItemCollection(SchedulerDataStorage) Constructor

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public AppointmentStatusItemCollection(
    SchedulerDataStorage storage
)

Parameters

Name Type Description
storage SchedulerDataStorage

The collection owner.

See Also