TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ReadXml Method / ReadXml(XmlDocument) Method
System.Xml.XmlDocument object to use for loading the treeview.

In This Topic
    ReadXml(XmlDocument) Method
    In This Topic
    Loads the treview from an Xml document.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReadXml( _
       ByVal doc As XmlDocument _
    ) 
    public void ReadXml( 
       XmlDocument doc
    )

    Parameters

    doc
    System.Xml.XmlDocument object to use for loading the treeview.
    See Also