New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
RadDropDownTree Entry Object
Updated over 6 months ago
RadDropDownTree Entry Object
The RadDropDownTree Entry object is returned by the getEntry() method of the RadDropDownTree EntryCollection object. It is also exposed by the eventArgs of many client-side events. The following table lists the most important methods:
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| get_fullPath() | none | String | Returns the full path of the entry |
| get_index() | none | Integer | Returns the index of the entry |
| get_text() | none | String | Returns the text of the selected entry |
| get_value() | none | String | Returns the value of the selected entry |