# GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey*">ExitOnLeftRightKey Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey">ExitOnLeftRightKey</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the focus automatically moves to the previous or next control in the tab order
when pressing the left or right arrow keys.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExitOnLeftRightKey ExitOnLeftRightKey { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ExitOnLeftRightKey As ExitOnLeftRightKey</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ExitOnLeftRightKey.html">ExitOnLeftRightKey</a></td>
      <td><p>One of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLeftRightKey.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey">ExitOnLeftRightKey</a> enumeration values.<br>
<br>
The default is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ExitOnLeftRightKey.html#GrapeCity_Win_Spread_InputMan_CellType_ExitOnLeftRightKey_None">None</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The value of this property indicates the key which moves the input focus to the next control.
When the caret is at the last character of this control, focus moves out by pressing the right arrow key.
When the caret is before the first character of this control, focus moves out by pressing the left key.</p>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLeftRightKey_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.ExitOnLastChar.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_ExitOnLastChar">ExitOnLastChar</a></div>
</div>
</div>
