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



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