# C1.Win.TrueDBGrid.DirectionAfterEnterEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TrueDBGrid_DirectionAfterEnterEnum" data-uid="C1.Win.TrueDBGrid.DirectionAfterEnterEnum" class="text-break">DirectionAfterEnterEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which cell gets focus when the enter key is pressed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TrueDBGrid.html">C1.Win.TrueDBGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_DirectionAfterEnterEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DirectionAfterEnterEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DirectionAfterEnterEnum</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_Win_TrueDBGrid_DirectionAfterEnterEnum_MoveDown">MoveDown</td>
        <td><p>The next cell will be the cell below the current cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_DirectionAfterEnterEnum_MoveLeft">MoveLeft</td>
        <td><p>The next cell will be the cell to the left of the current cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_DirectionAfterEnterEnum_MoveNone">MoveNone</td>
        <td><p>Cell currency doesn't change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_DirectionAfterEnterEnum_MoveRight">MoveRight</td>
        <td><p>The next cell will be the cell to the right of the current cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_DirectionAfterEnterEnum_MoveUp">MoveUp</td>
        <td><p>The next cell will be the cell above the current cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
