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

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