Skip to main content

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

Creates a new label with the specified settings and adds it to the collection of appointment labels.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public int Add(
    object id,
    string displayName,
    string menuCaption,
    Color labelColor
)

Parameters

Name Type Description
id Object

An object that is the unique label identifier.

displayName String

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

menuCaption String

A string used in a context menu that allows changing the label of an appointment.

labelColor Color

A Color structure that specifies the color which indicates the label.

Returns

Type Description
Int32

An integer value indicating the position of the newly added appointment in the collection.

Remarks

Use the Add method to add custom appointment labels.

See Also