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

AppointmentLabelCollection.CreateNewLabel(Object, String) Method

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public AppointmentLabel CreateNewLabel(
    object id,
    string displayName
)

Parameters

Name Type Description
id Object

An object that is the unique label identifier assigned to the UserInterfaceObject.Id property.

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 caption of a context menu used to change a label for an appointment is the same as its display name.

See Also