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

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

    Parameters

    node
    System.Xml.XmlNode object to use for loading the treeview.
    See Also