# C1.Web.Mvc.Fluent.AccordionPaneBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_AccordionPaneBuilder" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder" class="text-break">AccordionPaneBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.AccordionPane.html">AccordionPane</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.AccordionPane.html">AccordionPane</a>, <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.html">AccordionPaneBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">AccordionPaneBuilder</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_AccordionPaneBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AccordionPaneBuilder : BaseBuilder&lt;AccordionPane, AccordionPaneBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AccordionPaneBuilder
    Inherits BaseBuilder(Of AccordionPane, AccordionPaneBuilder)</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_AccordionPaneBuilder__ctor_C1_Web_Mvc_AccordionPane_" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder.#ctor(C1.Web.Mvc.AccordionPane)">
          <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.-ctor.html#C1_Web_Mvc_Fluent_AccordionPaneBuilder__ctor_C1_Web_Mvc_AccordionPane_">AccordionPaneBuilder(AccordionPane)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.html">AccordionPaneBuilder</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_AccordionPaneBuilder_Content_System_String_" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder.Content(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.Content.html#C1_Web_Mvc_Fluent_AccordionPaneBuilder_Content_System_String_">Content(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.AccordionPane.Content.html#C1_Web_Mvc_AccordionPane_Content">Content</a>.
Sets the selector string to determine AccordionPane's content element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_AccordionPaneBuilder_Header_System_String_" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.Header.html#C1_Web_Mvc_Fluent_AccordionPaneBuilder_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.AccordionPane.Header.html#C1_Web_Mvc_AccordionPane_Header">Header</a>.
Sets the selector string to determine AccordionPane's header element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_AccordionPaneBuilder_IsCollapsed_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder.IsCollapsed(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.IsCollapsed.html#C1_Web_Mvc_Fluent_AccordionPaneBuilder_IsCollapsed_System_Boolean_">IsCollapsed(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.AccordionPane.IsCollapsed.html#C1_Web_Mvc_AccordionPane_IsCollapsed">IsCollapsed</a>.
Sets a value that determines whether this AccordionPane is expanded or collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_AccordionPaneBuilder_IsDisabled_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder.IsDisabled(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.IsDisabled.html#C1_Web_Mvc_Fluent_AccordionPaneBuilder_IsDisabled_System_Boolean_">IsDisabled(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.AccordionPane.IsDisabled.html#C1_Web_Mvc_AccordionPane_IsDisabled">IsDisabled</a>.
Sets a value that determines whether this AccordionPane is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_AccordionPaneBuilder_IsVisible_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.AccordionPaneBuilder.IsVisible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.AccordionPaneBuilder.IsVisible.html#C1_Web_Mvc_Fluent_AccordionPaneBuilder_IsVisible_System_Boolean_">IsVisible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.AccordionPane.IsVisible.html#C1_Web_Mvc_AccordionPane_IsVisible">IsVisible</a>.
Sets a value that determines whether this AccordionPane is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
