Skip to main content

AppointmentLabelCollection.CreateNewLabel(Object, String, String) Method

Creates a new label with the specified identifier, display name and menu caption.

Namespace: DevExpress.Xpf.Scheduler

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

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public AppointmentLabel CreateNewLabel(
    object id,
    string displayName,
    string menuCaption
)

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.

menuCaption String

A string that is the caption of a context menu used to change a label for an appointment.

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.

See Also