New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
RadSearchBoxButton Object
Updated over 6 months ago
The following table lists the most important methods of the client-side RadSearchBoxButton object:
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| get_element | none | none | Gets he DOM element for the SearchBoxButton |
| set_element | none | none | Sets the button's dom element |
| get_index | none | Number | Gets the SearchBoxButton's index inside the SearchBoxButtonCollection |
| get_parent | none | SearchBox | The SearchBoxButton |
| set_parent | SearchBox | none | Sets the SearchBoxButton |
| get_position | none | Telerik.Web.UI.SearchBoxButtonPosition | Gets the position of the button relative to the parent RadSearchBox's input field. |
| set_position | none | none | Sets the alignment of the button relative to the parent RadSearchBox's input field. |
| get_imageElement | none | none | Returns the |
| get_imageUrl | none | String | Gets the value of the ImageUrl property |
| set_imageUrl | String | none | Sets the ImageUrl property of the button |
| get_commandName | none | String | Gets the value of the CommandName property |
| set_commandName | String | none | Sets the CommandName property of the button. |
| get_commandArgument | none | String | Gets the value of the CommandArgument property |
| set_commandArgument | String | none | Sets the CommandArgument property of the button. |
| get_cssClass | none | String | Gets the value of the CssClass property |
| set_cssClass | String | none | Sets the CssClass property of the button. |