# C1.WPF.Accordion.ExpandMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Accordion_ExpandMode" data-uid="C1.WPF.Accordion.ExpandMode" class="text-break">ExpandMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the expanding behavior for <a class="xref" href="C1.WPF.Accordion.C1Accordion.html">C1Accordion</a> which determines if how many items can be expanded s expands.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Accordion.html">C1.WPF.Accordion</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Accordion.dll</h6>
  <h5 id="C1_WPF_Accordion_ExpandMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExpandMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExpandMode</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_Accordion_ExpandMode_Any">Any</td>
        <td><p>Gets or sets the expanding behavior for the <a class="xref" href="C1.WPF.Accordion.C1Accordion.html">C1Accordion</a> accordion UI which determines any item can be expanded or collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Accordion_ExpandMode_Collapsible">Collapsible</td>
        <td><p>Gets or sets the expanding behavior for the <a class="xref" href="C1.WPF.Accordion.C1Accordion.html">C1Accordion</a> accordion UI which determines all the items can be collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Accordion_ExpandMode_One">One</td>
        <td><p>Gets or sets the expanding behavior for <a class="xref" href="C1.WPF.Accordion.C1Accordion.html">C1Accordion</a> which determines only one item can be expanded at one time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
