# C1.WPF.Docking.C1DockSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Docking_C1DockSettings" data-uid="C1.WPF.Docking.C1DockSettings" class="text-break">C1DockSettings Class
</h1>
  <div class="markdown level0 summary"><p>Saves and restores the state of a <span class="xref">C1DockControl</span> to and from XML.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1DockSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Docking.html">C1.WPF.Docking</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Docking.dll</h6>
  <h5 id="C1_WPF_Docking_C1DockSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1DockSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1DockSettings</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Docking_C1DockSettings_Items" data-uid="C1.WPF.Docking.C1DockSettings.Items">
          <a class="xref" href="C1.WPF.Docking.C1DockSettings.Items.html#C1_WPF_Docking_C1DockSettings_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that relates a C1DockControl/C1DockGroup/C1DockTabControl with the corresponding XElement.
Use this property to save/load custom properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockSettings_Root" data-uid="C1.WPF.Docking.C1DockSettings.Root">
          <a class="xref" href="C1.WPF.Docking.C1DockSettings.Root.html#C1_WPF_Docking_C1DockSettings_Root">Root</a>
        </td>
        <td class="markdown level1 summary"><p>The <span class="xref">System.Xml.Linq.XElement</span> corresponding to the <span class="xref">C1DockControl</span>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
