Skip to main content

AppointmentItemCollection(SchedulerControl) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v24.1.dll

NuGet Package: DevExpress.Wpf.Scheduling

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