New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

RadSearchBoxButtonCollection Object

The following table lists the most important methods of the client-side RadSearchBoxButtonCollection object:

Name Parameters Return Type Description
add SearchBoxButton none Appends a button to the Buttons collection
insert Number none Inserts a button into the Buttons collection at the position specified by the first (index) parameter
remove SearchBoxButton none Removes a button from the Buttons collection
removeAt Number none Removes the button at the specified index.
clear none none Clears the Buttons collection of RadSearchBox
getButton index SearchBoxButton Gets the button from the Buttons collection residing at the index specified by the parameter.
indexOf SearchBoxButton Number Gets the index of a button.
forEach Function none Iterates through the Buttons collection
toArray none none Returns the collection represented as array
get_count none Number Returns the number of buttons in the Buttons collection.
In this article