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

Telerik.Web.UI.RadTreeNodeCollection : Telerik.Web.UI.ControlItemCollection

Inheritance Hierarchy

Methods

add

Adds a node to the Nodes collection.

Parameters

node Telerik.Web.UI.RadTreeNode

Returns

None

clear

Clears the Items collection of RadListBox

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

Parameters

Returns

Number The number of the items

get_last

Gets the last N nodes where N is passed as a parameter

Parameters

value Number

Indicates the last N nodes that should be returned

Returns

None

getNode

Gets the Node from the Nodes collection residing at the index defined by the parameter passed to the function.

Parameters

index Number

index

Returns

Telerik.Web.UI.RadTreeNode

indexOf

Gets the index of an node.

Parameters

node Telerik.Web.UI.RadTreeNode

The node to get the index of

Returns

Number int

remove

Removes an node from the Items collection

Parameters

node Telerik.Web.UI.RadTreeNode

The node to remove

Returns

None

removeAt

Removes the node at the specified index.

Parameters

index Number

The index to remove at

Returns

None

In this article