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

AppointmentLabelItemCollection(SchedulerControl) Constructor

Initializes a new instance of the AppointmentLabelItemCollection class.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public AppointmentLabelItemCollection(
    SchedulerControl scheduler
)

Parameters

Name Type Description
scheduler SchedulerControl

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

See Also