ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewItem Class / PrevNode Property



In This Topic
    PrevNode Property
    In This Topic
    Gets the previous node to this one on the C1.Silverlight.C1TreeView.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PrevNode As C1TreeViewItem
    'Usage
     
    
    Dim instance As C1TreeViewItem
    Dim value As C1TreeViewItem
     
    value = instance.PrevNode
    public C1TreeViewItem PrevNode {get;}
    public:
    property C1TreeViewItem^ PrevNode {
       C1TreeViewItem^ get();
    }
    See Also