Skip to main content

AppointmentItemCollection(SchedulerDataStorage) Constructor

Initializes a new AppointmentLabelItemCollection instance with the specified owner.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentItemCollection(
    SchedulerDataStorage storage
)

Parameters

Name Type Description
storage SchedulerDataStorage

The collection owner.

See Also