# C1.Win.Accordion.ExpandDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Accordion_ExpandDirection" data-uid="C1.Win.Accordion.ExpandDirection" class="text-break">ExpandDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where the content area of an expanded <a class="xref" href="C1.Win.Accordion.C1AccordionPage.html">C1AccordionPage</a> is displayed in relation to its header.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accordion.html">C1.Win.Accordion</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Accordion.10.dll</h6>
  <h5 id="C1_Win_Accordion_ExpandDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExpandDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExpandDirection</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_Win_Accordion_ExpandDirection_Down">Down</td>
        <td><p>The <a class="xref" href="C1.Win.Accordion.C1Accordion.html">C1Accordion</a> is oriented vertically. The content area of the expanded <a class="xref" href="C1.Win.Accordion.C1AccordionPage.html">C1AccordionPage</a> is displayed under its header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirection_Left">Left</td>
        <td><p>The <a class="xref" href="C1.Win.Accordion.C1Accordion.html">C1Accordion</a> is oriented horizontally. The content area of the expanded <a class="xref" href="C1.Win.Accordion.C1AccordionPage.html">C1AccordionPage</a> is displayed to the left of its header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirection_Right">Right</td>
        <td><p>The <a class="xref" href="C1.Win.Accordion.C1Accordion.html">C1Accordion</a> is oriented horizontally. The content area of the expanded <a class="xref" href="C1.Win.Accordion.C1AccordionPage.html">C1AccordionPage</a> is displayed to the right of its header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accordion_ExpandDirection_Up">Up</td>
        <td><p>The <a class="xref" href="C1.Win.Accordion.C1Accordion.html">C1Accordion</a> is oriented vertically. The content area of the expanded <a class="xref" href="C1.Win.Accordion.C1AccordionPage.html">C1AccordionPage</a> is displayed above its header.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
