Skip to main content

AppointmentStatusItemCollection(SchedulerDataStorage) Constructor

Initializes a new AppointmentStatusItemCollection instance with the specified owner.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentStatusItemCollection(
    SchedulerDataStorage storage
)

Parameters

Name Type Description
storage SchedulerDataStorage

The collection owner.

See Also