# C1.Web.Mvc.Fluent.AccordionBuilder.AutoSwitch

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_AccordionBuilder_AutoSwitch_" data-uid="C1.Web.Mvc.Fluent.AccordionBuilder.AutoSwitch*">AutoSwitch Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_AccordionBuilder_AutoSwitch_" data-uid="C1.Web.Mvc.Fluent.AccordionBuilder.AutoSwitch*"></a>
<h4 id="C1_Web_Mvc_Fluent_AccordionBuilder_AutoSwitch_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.AccordionBuilder.AutoSwitch(System.Boolean)">AutoSwitch(bool)</h4>
<div class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Accordion.AutoSwitch.html#C1_Web_Mvc_Accordion_AutoSwitch">AutoSwitch</a>.
Sets a value that determines whether the control should switch panes automatically when the user selects a pane using the arrow keys.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AccordionBuilder AutoSwitch(bool value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AutoSwitch(value As Boolean) As AccordionBuilder</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Fluent.AccordionBuilder.html">AccordionBuilder</a></td>
      <td><p>Current builder.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Web_Mvc_Fluent_AccordionBuilder_AutoSwitch_System_Boolean__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When AutoSwitch is set to true (the default value), pressing the arrow keys automatically switches panes. Pressing the tab key selects the next element in the panes sequence, which excludes non-selected pane headers. When AutoSwitch is set to false, pressing the arrow keys or the tab key moves the focus to the next or previous pane header, but does not switch panes. Pressing the Enter or Space keys is required to activate the pane that has the focus.</p>
</div>
</div>
