New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

RadDropDownTree EntryCollection Object

RadDropDownTree EntryCollection Object

The RadDropDownTreeEntryCollection object is returned by the get_entries() method of the RadDropDownTree object. The following table lists the most important methods.

NameParametersReturn TypeDescription
get_count()noneIntegerReturns the length of the collection
getEntry(i)IntegerRadDropDownTreeEntry objectReturns the entry object
indexOf(entry)RadDropDOwnTreeEntryIntegerReturns the index of the entry
clear()nonenoneClears the entry area if there is/are any entry/entries added.