Adds a new appointment status item with the specified settings to the collection.
Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public int Add(
Color color,
string displayName,
string menuCaption
)
|
VB |
Public Function Add(
ByVal color As Color,
ByVal displayName As String,
ByVal menuCaption As String
) As Integer
|
Return value
Type: Int32
An integer value indicating the position at which the new element was inserted.

See Also