Removes the C1TreeViewNode at the specified index from the list.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1TreeViewClient (in C1TreeViewClient.dll)

Syntax

JavaScript
function removeAt(index);

Parameters

index
Type: System..::..Int32
The index of the C1TreeViewNode to remove.

See Also