Adds a new C1ComboBoxItem to the end of the list.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1ComboBoxClient (in C1ComboBoxClient.dll)

Syntax

JavaScript
function add(item);

Parameters

item
Type: C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItem
C1ComboBoxItem item.

See Also