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



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