# C1.WPF.C1TabItemCloseOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1TabItemCloseOptions" data-uid="C1.WPF.C1TabItemCloseOptions" class="text-break">C1TabItemCloseOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Close button options for the <a class="xref" href="C1.WPF.C1TabControl.html">C1TabControl</a></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1TabItemCloseOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1TabItemCloseOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1TabItemCloseOptions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_C1TabItemCloseOptions_GlobalClose">GlobalClose</td>
        <td><p>A unique close button is shown, and the selected <a class="xref" href="C1.WPF.C1TabItem.html">C1TabItem</a>
is closed when it's pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1TabItemCloseOptions_InEachTab">InEachTab</td>
        <td><p>A close button is shown in each <a class="xref" href="C1.WPF.C1TabItem.html">C1TabItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1TabItemCloseOptions_None">None</td>
        <td><p>Close button is not shown for the <a class="xref" href="C1.WPF.C1TabItem.html">C1TabItem</a>s.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
