# C1.Win.FlexGrid.C1FlexGridBase.KeyActionTab

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_C1FlexGridBase_KeyActionTab_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.KeyActionTab*">KeyActionTab Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_C1FlexGridBase_KeyActionTab_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.KeyActionTab*"></a>
<h4 id="C1_Win_FlexGrid_C1FlexGridBase_KeyActionTab" data-uid="C1.Win.FlexGrid.C1FlexGridBase.KeyActionTab">KeyActionTab</h4>
<div class="markdown level1 summary"><p>Gets or sets the action to be performed when the user presses the TAB key.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public KeyActionEnum KeyActionTab { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property KeyActionTab As KeyActionEnum</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_KeyActionTab_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>By default, the grid will ignore the TAB key and it will be handled by the form, moving the focus to
the next control in the tab order. If you set the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.KeyActionTab.html#C1_Win_FlexGrid_C1FlexGridBase_KeyActionTab">KeyActionTab</a> property to a value
other than <a class="xref" href="C1.Win.FlexGrid.KeyActionEnum.html#C1_Win_FlexGrid_KeyActionEnum_None">None</a>, the grid will trap the TAB key and use it for navigating cells.</p>
</div>
</div>
