TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ReadXml Method / ReadXml(String) Method
Name of the file to load, including the path.

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

    Parameters

    fileName
    Name of the file to load, including the path.
    See Also