# GrapeCity.Wpf.SpreadSheet.CellType.ProcessNavigationKeys

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_ProcessNavigationKeys" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ProcessNavigationKeys" class="text-break">ProcessNavigationKeys Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to process the keyboard arrow keys when the control enters edit mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_ProcessNavigationKeys_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ProcessNavigationKeys</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ProcessNavigationKeys</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="GrapeCity_Wpf_SpreadSheet_CellType_ProcessNavigationKeys_Default">Default</td>
        <td><p>The control selects the proper navigation mode based on the type of begin edit action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ProcessNavigationKeys_Editor">Editor</td>
        <td><p>Specifies that the arrow key moves the caret in the text editor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ProcessNavigationKeys_ExitEditor">ExitEditor</td>
        <td><p>Specifies that the arrow key navigates the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ProcessNavigationKeys_ExitEditorAtEnds">ExitEditorAtEnds</td>
        <td><p>Moves the caret in the text editor; if the caret is before the first character or after the last character, pressing the
left or right key moves the active cell, and if the caret is in the first line or last line, pressing the
up or down key moves the active cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
