New to Telerik UI for ASP.NET AJAX? Start 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.
Name | Parameters | Return Type | Description |
---|---|---|---|
get_count() | none | Integer | Returns the length of the collection |
getEntry(i) | Integer | RadDropDownTreeEntry object | Returns the entry object |
indexOf(entry) | RadDropDOwnTreeEntry | Integer | Returns the index of the entry |
clear() | none | none | Clears the entry area if there is/are any entry/entries added. |