Skip to main content

AppointmentLabelItemCollection(SchedulerControl) Constructor

Initializes a new instance of the AppointmentLabelItemCollection class.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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