Index of the C1TreeViewNode.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[JsonAttribute(true, true, )]
[BrowsableAttribute(false)]
public int NodeIndex { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<JsonAttribute(True, True, )> _
<BrowsableAttribute(False)> _
Public Property NodeIndex As Integer
	Get
	Set

See Also