Sets a String value containing the XML representation of the object's underlying data.
Syntax:
XTTreeviewVBCtl.Nodes.SetXML(sXML As String)
The SetXML Method (Nodes Collection) syntax has these parts:
| Part |
Description |
| XTTreeviewVBCtl.Nodes |
An object expression that evaluates to an XTTreeview Control's Nodes collection. |
| sXML |
A String value that contains the XML representation of the object. |
Remarks:
Use this method to set the object according to the XML data passed in the sXML parameter.