TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / NextNode Property

In This Topic
    NextNode Property
    In This Topic
    Gets the next node to this one on the C1TreeView.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NextNode As C1TreeViewItem
    public C1TreeViewItem NextNode {get;}
    See Also