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

AppointmentLabelCollection.Add(String, String, Color) Method

Adds a new appointment label item with the specified settings to the collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

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

Parameters

Name Type Description
displayName String

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

menuCaption String

A string containing the menu caption for the command used to set the label for an appointment.

labelColor Color

A Color specifying the color that represents the label.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

See Also