Skip to main content
All docs
V19.1

AppointmentLabelItemCollection(SchedulerView) Constructor

Initializes a new AppointmentLabelItemCollection instance for the specified scheduler.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public AppointmentLabelItemCollection(
    SchedulerView scheduler
)

Parameters

Name Type Description
scheduler SchedulerView

The scheduler for which the collection is initialized.

Remarks

This constructor is designed for internal use only. Normally, you should not use it.

See Also