[]
Gets or sets the XML document bound to the C1Editor.
[Browsable(false)]
public XmlDocument Document { get; set; }
The control and the document are bound. If the document is edited within the control, then the underlying XmlDocument changes to match it. If the XmlDocument changes (in code), then the changes appear in the editor.