# C1.WPF.Docking.C1DockControl.Load

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Docking_C1DockControl_Load_" data-uid="C1.WPF.Docking.C1DockControl.Load*">Load Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Docking_C1DockControl_Load_" data-uid="C1.WPF.Docking.C1DockControl.Load*"></a>
<h4 id="C1_WPF_Docking_C1DockControl_Load_System_Xml_Linq_XElement_" data-uid="C1.WPF.Docking.C1DockControl.Load(System.Xml.Linq.XElement)">Load(XElement)</h4>
<div class="markdown level1 summary"><p>Recreates the <a class="xref" href="C1.WPF.Docking.C1DockControl.html">C1DockControl</a> from the saved settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1DockSettings Load(XElement elem)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Load(elem As XElement) As C1DockSettings</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">XElement</span></td>
      <td><span class="parametername">elem</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.Docking.C1DockSettings.html">C1DockSettings</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Docking_C1DockControl_Load_" data-uid="C1.WPF.Docking.C1DockControl.Load*"></a>
<h4 id="C1_WPF_Docking_C1DockControl_Load_System_Xml_Linq_XElement_System_Boolean_" data-uid="C1.WPF.Docking.C1DockControl.Load(System.Xml.Linq.XElement,System.Boolean)">Load(XElement, bool)</h4>
<div class="markdown level1 summary"><p>Not recreates the <a class="xref" href="C1.WPF.Docking.C1DockTabItem.html">C1DockTabItem</a> from the saved settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1DockSettings Load(XElement elem, bool preserveTabItems)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Load(elem As XElement, preserveTabItems As Boolean) As C1DockSettings</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">XElement</span></td>
      <td><span class="parametername">elem</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">preserveTabItems</span></td>
      <td><p>Use this value to decide the DockTabItem's content will be preserved and each DockTabItem will be re-created.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.Docking.C1DockSettings.html">C1DockSettings</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
