# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ExitKey

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ExitKey" class="text-break">ExitKey Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies what key makes keyboard focus leave control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExitKey</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExitKey</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The enumeration value indicates the key gesture which lead to lose keyboard focus.</p>
</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_Editors_ExitKey_CharInput">CharInput</td>
        <td><p>Indicates the last character finished the input.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_CtrlLeft">CtrlLeft</td>
        <td><p>Indicates the Ctrl + Left arrow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_CtrlRight">CtrlRight</td>
        <td><p>Indicates the Ctrl + Right arrow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_Left">Left</td>
        <td><p>Indicates the left arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_NextControl">NextControl</td>
        <td><p>Indicates the shortcut key(s) set to NextControl KeyAction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_PreviousControl">PreviousControl</td>
        <td><p>Indicates the shortcut key(s) set to PreviousControl KeyAction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_Right">Right</td>
        <td><p>Indicates the right arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_ShiftTab">ShiftTab</td>
        <td><p>Indicates the Shift + Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ExitKey_Tab">Tab</td>
        <td><p>Indicates the Tab key</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
