Skip to main content

AppointmentLabelCollection.CreateNewLabel(String) Method

Creates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public AppointmentLabel CreateNewLabel(
    string displayName
)

Parameters

Name Type Description
displayName String

A string that is the name of the label displayed in label editors.

Returns

Type Description
AppointmentLabel

A newly created AppointmentLabel object.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

This method creates a label with a null identifier. The caption of a context menu used to change a label for an appointment is the same as its display name.

See Also