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

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