[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeView.ReadXml

ReadXml Method

ReadXml(string)

Loads the treview from an Xml document.

Declaration
public void ReadXml(string fileName)
Parameters
Type Name Description
string fileName

Name of the file to load, including the path.

ReadXml(TextReader)

Loads the treview from an Xml document.

Declaration
public void ReadXml(TextReader tr)
Parameters
Type Name Description
TextReader tr

TextReader object to use for loading the treeview.

ReadXml(Stream)

Loads the treview from an Xml document.

Declaration
public void ReadXml(Stream stream)
Parameters
Type Name Description
Stream stream

Stream object to use for loading the treeview.

ReadXml(XmlReader)

Loads the treview from an Xml document.

Declaration
public void ReadXml(XmlReader xr)
Parameters
Type Name Description
XmlReader xr

System.Xml.XmlReader object to use for loading the treeview.

ReadXml(XmlDocument)

Loads the treview from an Xml document.

Declaration
public void ReadXml(XmlDocument doc)
Parameters
Type Name Description
XmlDocument doc

System.Xml.XmlDocument object to use for loading the treeview.

ReadXml(XmlNode)

Loads the treview from an Xml document.

Declaration
public void ReadXml(XmlNode node)
Parameters
Type Name Description
XmlNode node

System.Xml.XmlNode object to use for loading the treeview.