# C1.Win.C1Editor.C1Editor.Document

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Editor_C1Editor_Document_" data-uid="C1.Win.C1Editor.C1Editor.Document*">Document Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Editor_C1Editor_Document_" data-uid="C1.Win.C1Editor.C1Editor.Document*"></a>
<h4 id="C1_Win_C1Editor_C1Editor_Document" data-uid="C1.Win.C1Editor.C1Editor.Document">Document</h4>
<div class="markdown level1 summary"><p>Gets or sets the XML document bound to the <a class="xref" href="C1.Win.C1Editor.C1Editor.html">C1Editor</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public XmlDocument Document { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property Document As XmlDocument</code></pre>
</div>
<h5 id="C1_Win_C1Editor_C1Editor_Document_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
