Returns index of C1TreeViewNode element. Returns index -1 if C1TreeViewNodeCollection collection does not contain the C1TreeViewNode element.

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

Syntax

JavaScript
function indexOf(node);

Return Value

int

See Also