# C1.WPF.Grid.GridTabAction

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridTabAction" data-uid="C1.WPF.Grid.GridTabAction" class="text-break">GridTabAction Enum
</h1>
  <div class="markdown level0 summary"><p>Defines constants that specify which action to perform when Tab key is pressed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GridControl.dll</h6>
  <h5 id="C1_WPF_Grid_GridTabAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridTabAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridTabAction</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_WPF_Grid_GridTabAction_Cycle">Cycle</td>
        <td><p>Move the selection to the next column, then wrap to the next row, then out of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTabAction_None">None</td>
        <td><p>No special action.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
