# C1.Web.Mvc.Accordion.AutoSwitch

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Accordion_AutoSwitch_" data-uid="C1.Web.Mvc.Accordion.AutoSwitch*">AutoSwitch Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Accordion_AutoSwitch_" data-uid="C1.Web.Mvc.Accordion.AutoSwitch*"></a>
<h4 id="C1_Web_Mvc_Accordion_AutoSwitch" data-uid="C1.Web.Mvc.Accordion.AutoSwitch">AutoSwitch</h4>
<div class="markdown level1 summary"><p>Gets or 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 bool AutoSwitch { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AutoSwitch As Boolean</code></pre>
</div>
<h5 id="C1_Web_Mvc_Accordion_AutoSwitch_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>
