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

Telerik.Web.UI.RadMenuItemCollection : Telerik.Web.UI.ControlItemCollection

Inheritance Hierarchy

Methods

add

Adds a child item to the collection.

Parameters

item Telerik.Web.UI.RadMenuItem

item

Returns

None

clear

Clears the collection of all the child items it contains.

Parameters

Returns

None

forEach

Iterates through the items of the RadMenuItemCollection using labmda expression

Parameters

lambda Function

lambda

Returns

None

get_count

Returns the number of the items in the collection.

Parameters

Returns

Number int

getItem

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

Parameters

index Number

index

Returns

Telerik.Web.UI.RadMenuItem RadMenuItem

indexOf

Returns the index of a the item in the collection.

Parameters

item Telerik.Web.UI.RadMenuItem

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.RadMenuItem

item

Returns

None

remove

Removes the specified item from the collection.

Parameters

item Telerik.Web.UI.RadMenuItem

item

Returns

None

removeAt

Removes the item at the specified index.

Parameters

index Number

index

Returns

None

In this article