# C1.Web.Mvc.Fluent.TabBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_TabBuilder" data-uid="C1.Web.Mvc.Fluent.TabBuilder" class="text-break">TabBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Tab.html">Tab</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Tab.html">Tab</a>, <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.html">TabBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">TabBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_TabBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TabBuilder : BaseBuilder&lt;Tab, TabBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TabBuilder
    Inherits BaseBuilder(Of Tab, TabBuilder)</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_Web_Mvc_Fluent_TabBuilder__ctor_C1_Web_Mvc_Tab_" data-uid="C1.Web.Mvc.Fluent.TabBuilder.#ctor(C1.Web.Mvc.Tab)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.-ctor.html#C1_Web_Mvc_Fluent_TabBuilder__ctor_C1_Web_Mvc_Tab_">TabBuilder(Tab)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.html">TabBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_TabBuilder_Header_System_String_" data-uid="C1.Web.Mvc.Fluent.TabBuilder.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.Header.html#C1_Web_Mvc_Fluent_TabBuilder_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tab.Header.html#C1_Web_Mvc_Tab_Header">Header</a>.
Sets the selector string to determine tab's header element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TabBuilder_IsDisabled_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TabBuilder.IsDisabled(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.IsDisabled.html#C1_Web_Mvc_Fluent_TabBuilder_IsDisabled_System_Boolean_">IsDisabled(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tab.IsDisabled.html#C1_Web_Mvc_Tab_IsDisabled">IsDisabled</a>.
Sets a value that determines whether this Tab is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TabBuilder_IsVisible_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TabBuilder.IsVisible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.IsVisible.html#C1_Web_Mvc_Fluent_TabBuilder_IsVisible_System_Boolean_">IsVisible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tab.IsVisible.html#C1_Web_Mvc_Tab_IsVisible">IsVisible</a>.
Sets a value that determines whether this Tab is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TabBuilder_Pane_System_String_" data-uid="C1.Web.Mvc.Fluent.TabBuilder.Pane(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TabBuilder.Pane.html#C1_Web_Mvc_Fluent_TabBuilder_Pane_System_String_">Pane(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tab.Pane.html#C1_Web_Mvc_Tab_Pane">Pane</a>.
Sets the selector string to determine tab's content element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
