Skip to main content

AppointmentItemCollection(SchedulerDataStorage) Constructor

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public AppointmentItemCollection(
    SchedulerDataStorage storage
)

Parameters

Name Type Description
storage SchedulerDataStorage

The collection owner.

See Also