[]
Serializes this data source to an XML element and appends it to the specified node.
public void XmlWrite(XmlDocument layoutDoc, XmlElement node)
| Type | Name | Description |
|---|---|---|
| XmlDocument | layoutDoc | The XML document to create nodes in. |
| XmlElement | node | The parent XML element to append the serialized data source to. |