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

Telerik.Web.UI.RadToolBarButtonCollection : Telerik.Web.UI.ControlItemCollection

Inheritance Hierarchy

Methods

add

Adds a child to the collection.

Parameters

item Telerik.Web.UI.RadToolBarButton

item

Returns

None

clear

Clears the RadToolbarButtonCollection of all the items it contains.

Parameters

Returns

None

forEach

Iterates through the items of the RadToolbarButtonCollection using labmda expression

Parameters

lambda Function

lambda

Returns

None

get_count

Returns the number of the items in the collection.

Parameters

Returns

Number

getButton

Returns the item from the collection that resides at the specified index.

Parameters

index Number

index

Returns

Telerik.Web.UI.RadToolBarButton RadToolBarButton

getItem

Returns the item from the collection that resides at the specified index.

Parameters

index Number

index

Returns

Telerik.Web.UI.RadToolBarButton RadToolBarButton

indexOf

Returns the index of a button.

Parameters

item Telerik.Web.UI.RadToolBarButton

item

Returns

Number int

insert

Inserts the item into the collection at the position defined by the first (index) parameter.

Parameters

index Number

index

item Telerik.Web.UI.RadToolBarButton

item

Returns

None

remove

Removes the specified item from the collection.

Parameters

item Telerik.Web.UI.RadToolBarButton

item

Returns

None

removeAt

Removes the item at the specified index.

Parameters

index Number

index

Returns

None

In this article