New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
lambda
index
Telerik.Web.UI.RadPanelItemCollection : Telerik.Web.UI.ControlItemCollection<Telerik.Web.UI.RadPanelItem>
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