ComponentOne Basic Library for WPF and Silverlight
NextNode Property (C1TreeViewItem)


C1.WPF Namespace > C1TreeViewItem Class : NextNode Property
Gets the next node to this one on the C1.Silverlight.C1TreeView.
Syntax
'Declaration
 
Public ReadOnly Property NextNode As C1TreeViewItem
'Usage
 
Dim instance As C1TreeViewItem
Dim value As C1TreeViewItem
 
value = instance.NextNode
public C1TreeViewItem NextNode {get;}
See Also

Reference

C1TreeViewItem Class
C1TreeViewItem Members