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

AppointmentStatusCollection.Add(Color, String) Method

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public int Add(
    Color color,
    string displayName
)

Parameters

Name Type Description
color Color

A Color value that specifies the color of the appointment status. This value is assigned to the IAppointmentStatus.Color property.

displayName String

A string that is the name of the status used in editors.

Returns

Type Description
Int32

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

See Also