ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewPanel Class / Refresh Method



In This Topic
    Refresh Method (C1TreeViewPanel)
    In This Topic
    Refreshes this instance by removing all the children and creating them again.
    Syntax
    'Declaration
     
    
    Public Sub Refresh() 
    'Usage
     
    
    Dim instance As C1TreeViewPanel
     
    instance.Refresh()
    public void Refresh()
    public:
    void Refresh(); 
    See Also