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

Telerik.Web.UI.RibbonBarChildCollection

Inheritance Hierarchy

Methods

add

Inserts a RibbonBarItem into the Items collection.

Parameters

tab Telerik.Web.UI.RibbonBarItem

The RibbonBarItem to insert

Returns

None

forEach

Iterates through the Items collection

Parameters

lambda Function

The function to execute on each iteration

Returns

None

get_count

Returns the number of groups in the Items collection.

Parameters

Returns

Number The number of the items

getItem

Gets the RibbonBarItem from the Items collection residing at the index specified by the parameter.

Parameters

index Number

The index of the RibbonBarItem that should be returned

Returns

Telerik.Web.UI.RibbonBarItem Returns RibbonBarItem

indexOf

Gets the index of a RibbonBarItem.

Parameters

item Telerik.Web.UI.RibbonBarItem

The RibbonBarItem to get the index of

Returns

Number int

In this article