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

BootstrapAppointmentStatusCollection.Add(String, String) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public int Add(
    string text,
    string cssClass
)

Parameters

Name Type Description
text String

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

cssClass String

A string value that specifies the name of a CSS class applied to the status marker element.

Returns

Type Description
Int32

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

See Also