# C1.Web.Mvc.AccordionPane

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_AccordionPane" data-uid="C1.Web.Mvc.AccordionPane" class="text-break">AccordionPane Class
</h1>
  <div class="markdown level0 summary"><p>Represents a pane within a Accordion 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">AccordionPane</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_AccordionPane_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AccordionPane</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AccordionPane</code></pre>
  </div>
  <h5 id="C1_Web_Mvc_AccordionPane_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>AccordionPanes have two elements: a header and a content. The header displays the pane title and the content is a collapsible element that shows the pane 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_AccordionPane__ctor" data-uid="C1.Web.Mvc.AccordionPane.#ctor">
          <a class="xref" href="C1.Web.Mvc.AccordionPane.-ctor.html#C1_Web_Mvc_AccordionPane__ctor">AccordionPane()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.AccordionPane.html">AccordionPane</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_AccordionPane_Content" data-uid="C1.Web.Mvc.AccordionPane.Content">
          <a class="xref" href="C1.Web.Mvc.AccordionPane.Content.html#C1_Web_Mvc_AccordionPane_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selector string to determine AccordionPane's content element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AccordionPane_Header" data-uid="C1.Web.Mvc.AccordionPane.Header">
          <a class="xref" href="C1.Web.Mvc.AccordionPane.Header.html#C1_Web_Mvc_AccordionPane_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selector string to determine AccordionPane's header element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AccordionPane_IsCollapsed" data-uid="C1.Web.Mvc.AccordionPane.IsCollapsed">
          <a class="xref" href="C1.Web.Mvc.AccordionPane.IsCollapsed.html#C1_Web_Mvc_AccordionPane_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether this AccordionPane is expanded or collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AccordionPane_IsDisabled" data-uid="C1.Web.Mvc.AccordionPane.IsDisabled">
          <a class="xref" href="C1.Web.Mvc.AccordionPane.IsDisabled.html#C1_Web_Mvc_AccordionPane_IsDisabled">IsDisabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether this AccordionPane is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AccordionPane_IsVisible" data-uid="C1.Web.Mvc.AccordionPane.IsVisible">
          <a class="xref" href="C1.Web.Mvc.AccordionPane.IsVisible.html#C1_Web_Mvc_AccordionPane_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether this AccordionPane is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
