# C1.WPF.Toolbar.C1ToolbarTabItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Toolbar_C1ToolbarTabItem" data-uid="C1.WPF.Toolbar.C1ToolbarTabItem" class="text-break">C1ToolbarTabItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents toolbar tab item.</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">C1ToolbarTabItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Toolbar.html">C1.WPF.Toolbar</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Toolbar.4.6.2.dll</h6>
  <h5 id="C1_WPF_Toolbar_C1ToolbarTabItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ToolbarTabItem : C1TabItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ToolbarTabItem
    Inherits C1TabItem</code></pre>
  </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_Toolbar_C1ToolbarTabItem__ctor" data-uid="C1.WPF.Toolbar.C1ToolbarTabItem.#ctor">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarTabItem.-ctor.html#C1_WPF_Toolbar_C1ToolbarTabItem__ctor">C1ToolbarTabItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of C1ToolbarTabItem.</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_Toolbar_C1ToolbarTabItem_GroupItemsSourceProperty" data-uid="C1.WPF.Toolbar.C1ToolbarTabItem.GroupItemsSourceProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarTabItem.GroupItemsSourceProperty.html">GroupItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for GroupItemsSource.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarTabItem_GroupsProperty" data-uid="C1.WPF.Toolbar.C1ToolbarTabItem.GroupsProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarTabItem.GroupsProperty.html">GroupsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Items.  This enables animation, styling, binding, etc...</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_Toolbar_C1ToolbarTabItem_GroupItemsSource" data-uid="C1.WPF.Toolbar.C1ToolbarTabItem.GroupItemsSource">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarTabItem.GroupItemsSource.html#C1_WPF_Toolbar_C1ToolbarTabItem_GroupItemsSource">GroupItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items source for toolbar groups that contains in toolbar tab item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarTabItem_Groups" data-uid="C1.WPF.Toolbar.C1ToolbarTabItem.Groups">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarTabItem.Groups.html#C1_WPF_Toolbar_C1ToolbarTabItem_Groups">Groups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of toolbar groups.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
