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

AppointmentLabelCollection.CreateNewLabel(Object, String, String, Color) Method

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

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

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

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.

color Color

A Color object that is the label’s color.

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