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

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