New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadComboBoxItemCollection : Telerik.Web.UI.ControlItemCollection

Inheritance Hierarchy

Methods

add

Adds an item to the Items collection.

Parameters

item Telerik.Web.UI.RadComboBoxItem

The item that will ba added.

Returns

None

clear

Clears the Items collection of RadComboBox.

Parameters

Returns

None

forEach

Iterates through the Items collection

Parameters

lambda Function

The function to execute on each iteration.

Returns

None

get_count

Returns the number of Items in the collection.

Parameters

Returns

Number The number of the Items.

getItem

Gets the Item from the Items collection residing at the index specified by the parameter.

Parameters

index Number

The index of the Item that should be returned.

Returns

Telerik.Web.UI.RadComboBoxItem RadComboBoxItem

insert

Inserts an item into the Items collection at the position specified by the first (index) parameter.

Parameters

index Number

The index to insert at.

item Telerik.Web.UI.RadComboBoxItem

The Item to insert.

Returns

None

removeAt

Removes the RadComboBoxItem at the specified index.

Parameters

index Number

The index to remove at.

Returns

None

In this article