# C1.Web.Mvc.Tab

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Tab" data-uid="C1.Web.Mvc.Tab" class="text-break">Tab Class
</h1>
  <div class="markdown level0 summary"><p>Represents a tab within a TabPanel control.</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">Tab</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Tab_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Tab</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Tab</code></pre>
  </div>
  <h5 id="C1_Web_Mvc_Tab_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Tabs have two elements: a header and a pane. The header displays the tab title and the pane represents the tab content.</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_Web_Mvc_Tab__ctor" data-uid="C1.Web.Mvc.Tab.#ctor">
          <a class="xref" href="C1.Web.Mvc.Tab.-ctor.html#C1_Web_Mvc_Tab__ctor">Tab()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Tab.html">Tab</a> instance.</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_Web_Mvc_Tab_Header" data-uid="C1.Web.Mvc.Tab.Header">
          <a class="xref" href="C1.Web.Mvc.Tab.Header.html#C1_Web_Mvc_Tab_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selector string to determine tab's header element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tab_IsDisabled" data-uid="C1.Web.Mvc.Tab.IsDisabled">
          <a class="xref" href="C1.Web.Mvc.Tab.IsDisabled.html#C1_Web_Mvc_Tab_IsDisabled">IsDisabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether this Tab is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tab_IsVisible" data-uid="C1.Web.Mvc.Tab.IsVisible">
          <a class="xref" href="C1.Web.Mvc.Tab.IsVisible.html#C1_Web_Mvc_Tab_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether this Tab is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tab_Pane" data-uid="C1.Web.Mvc.Tab.Pane">
          <a class="xref" href="C1.Web.Mvc.Tab.Pane.html#C1_Web_Mvc_Tab_Pane">Pane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selector string to determine tab's content element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
