Skip to main content
All docs
V19.1

AppointmentStatusItemCollection(SchedulerView) Constructor

Initializes a new AppointmentStatusItemCollection instance with the specified owner.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public AppointmentStatusItemCollection(
    SchedulerView scheduler
)

Parameters

Name Type Description
scheduler SchedulerView

The collection owner.

See Also