# C1.WPF.Docking.C1DockGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Docking_C1DockGroup" data-uid="C1.WPF.Docking.C1DockGroup" class="text-break">C1DockGroup Class
</h1>
  <div class="markdown level0 summary"><p>Use as a <a class="xref" href="C1.WPF.Docking.C1DockControl.html">C1DockControl</a>
item to enclose <a class="xref" href="C1.WPF.Docking.C1DockTabControl.html">C1DockTabControl</a>s
in a sub-rectangle of the available space.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level6"><span class="xref">C1DockGroup</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</a></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_C1DockGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1DockGroup : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1DockGroup
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <h5 id="C1_WPF_Docking_C1DockGroup_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Some layouts can only be obtained with the use of this class.</p>
</div>
  <h3 id="constructors">Constructors
</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_C1DockGroup__ctor" data-uid="C1.WPF.Docking.C1DockGroup.#ctor">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.-ctor.html#C1_WPF_Docking_C1DockGroup__ctor">C1DockGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Docking.C1DockGroup.html">C1DockGroup</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_C1DockGroup_DockHeightProperty" data-uid="C1.WPF.Docking.C1DockGroup.DockHeightProperty">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockHeightProperty.html">DockHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockHeight.html#C1_WPF_Docking_C1DockGroup_DockHeight">DockHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_DockModeProperty" data-uid="C1.WPF.Docking.C1DockGroup.DockModeProperty">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockModeProperty.html">DockModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockMode.html#C1_WPF_Docking_C1DockGroup_DockMode">DockMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_DockProperty" data-uid="C1.WPF.Docking.C1DockGroup.DockProperty">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockProperty.html">DockProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Docking.C1DockGroup.Dock.html#C1_WPF_Docking_C1DockGroup_Dock">Dock</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_DockWidthProperty" data-uid="C1.WPF.Docking.C1DockGroup.DockWidthProperty">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockWidthProperty.html">DockWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockWidth.html#C1_WPF_Docking_C1DockGroup_DockWidth">DockWidth</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1DockGroup_Dock" data-uid="C1.WPF.Docking.C1DockGroup.Dock">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.Dock.html#C1_WPF_Docking_C1DockGroup_Dock">Dock</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the edge of the parent to which this element should be attached.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_DockHeight" data-uid="C1.WPF.Docking.C1DockGroup.DockHeight">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockHeight.html#C1_WPF_Docking_C1DockGroup_DockHeight">DockHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the desired vertical size for this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_DockMode" data-uid="C1.WPF.Docking.C1DockGroup.DockMode">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockMode.html#C1_WPF_Docking_C1DockGroup_DockMode">DockMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the C1DockGroup floats, slides from the border of the <a class="xref" href="C1.WPF.Docking.C1DockControl.html">C1DockControl</a>, is hidden, or is docked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_DockWidth" data-uid="C1.WPF.Docking.C1DockGroup.DockWidth">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.DockWidth.html#C1_WPF_Docking_C1DockGroup_DockWidth">DockWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the desired horizontal size of the element.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_C1DockGroup_OnApplyTemplate" data-uid="C1.WPF.Docking.C1DockGroup.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.OnApplyTemplate.html#C1_WPF_Docking_C1DockGroup_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Docking_C1DockGroup_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.Docking.C1DockGroup.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.Docking.C1DockGroup.OnItemsChanged.html#C1_WPF_Docking_C1DockGroup_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnItemsChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the value of the <span class="xref">Items</span> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
