New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
entry
index
item
index
item
item
Telerik.Web.UI.AutoCompleteBoxEntryCollection
Inheritance Hierarchy
Methods
add
Inserts a AutoCompleteBoxEntry into the AutoCompleteBoxEntryCollection.
Parameters
entry Telerik.Web.UI.AutoCompleteBoxEntry
The AutoCompleteBoxEntry to insert
Returns
None
clear
Clears the Entries collection of RadAutoCompleteBox.
Parameters
Returns
None
get_count
Returns the number of Entries in the collection.
Parameters
Returns
Number
The number of the Entries.
getEntry
Gets the Entry from the Entries collection residing at the index specified by the parameter.
Parameters
index Number
The index of the Entry that should be returned.
Returns
Telerik.Web.UI.AutoCompleteBoxEntry
AutoCompleteBoxEntry.
indexOf
Gets the index of an Entry.
Parameters
item Telerik.Web.UI.AutoCompleteBoxEntry
The Entry to get the index of.
Returns
Number
int
insert
Inserts an entry into the Entries collection at the position specified by the first (index) parameter.
Parameters
index Number
The index to insert at.
item Telerik.Web.UI.AutoCompleteBoxEntry
The Entry to insert.
Returns
None
remove
Removes an entry from the Entries collection
Parameters
item Telerik.Web.UI.AutoCompleteBoxEntry
The Entry to remove.
Returns
None