Skip to main content

AppointmentLabelCollection.Add(Color, String, String) Method

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Parameters

Name Type Description
color Color

A Color specifying the color that represents the label.

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.

Returns

Type Description
Int32

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

See Also