# C1.Web.Mvc.TabPanel.AutoSwitch

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_TabPanel_AutoSwitch_" data-uid="C1.Web.Mvc.TabPanel.AutoSwitch*">AutoSwitch Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_TabPanel_AutoSwitch_" data-uid="C1.Web.Mvc.TabPanel.AutoSwitch*"></a>
<h4 id="C1_Web_Mvc_TabPanel_AutoSwitch" data-uid="C1.Web.Mvc.TabPanel.AutoSwitch">AutoSwitch</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines whether the control should switch tabs automatically when the user selects a tab 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_TabPanel_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 tabs. Pressing the tab key selects the next element in the tab sequence, which excludes non-selected tab headers.  When AutoSwitch is set to false, pressing the arrow keys or the tab key moves the focus to the next or previous tab header, but does  not switch tabs. Pressing the Enter or Space keys is required to  activate the tab that has the focus.</p>
</div>
</div>
