Telerik.Web.UI.DropDownListItemCollection : Telerik.Web.UI.ControlItemCollection
Inheritance Hierarchy
Methods
clear
Clears the Items collection of RadDropDownList
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 Items 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 Object
Returns
Object
indexOf
Gets the index of an item.
Parameters
Returns
Object
removeAt
Removes the item at the specified index.
Parameters
index Number
The index to remove at
Returns
None