Skip to main content
A newer version of this page is available. .

AppointmentItemCollection(SchedulerControl) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public AppointmentItemCollection(
    SchedulerControl scheduler
)

Parameters

Name Type Description
scheduler SchedulerControl

A DevExpress.Xpf.Scheduling.SchedulerControl object that represents the scheduler to which the appointment collection belongs.

See Also