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

Telerik.Web.UI.RadPanelItemCollection : Telerik.Web.UI.ControlItemCollection

Inheritance Hierarchy

Methods

clear

Clears the Items collection of all the child items it contains.

Parameters

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 the items in the collection.

Parameters

Returns

Number

removeAt

Removes the item at the specified index.

Parameters

index Number

index

Returns

None

In this article