Removes the C1ComboBoxItem at the specified index from the list.

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

Syntax

JavaScript
function removeAt(index);

Parameters

index
Type: System..::..Int32
Index of C1ComboBoxItem to remove.

See Also