# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey*">ExitOnLeftRightKey Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ExitOnLeftRightKey">ExitOnLeftRightKey</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the focus automatically moves to the previous or next tab ordering
control when pressing the left, 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.Wpf.SpreadSheet.CellType.Editors.ExitOnLeftRightKey.html">ExitOnLeftRightKey</a></td>
      <td><p>One of the GrapeCity.Windows.InputMan.ExitOnLeftRightKey enumeration values.<br>
<br>
The default is GrapeCity.Windows.InputMan.ExitOnLeftRightKey.None.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_ExitOnLeftRightKey_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The value of this property indicates the key which could move the input focus to the next control.
When the caret is at the last char of this control, focus will move out by hit the Right key.
And when the caret is before the first char of this control, focus will move out by hit the Left key.</p>
</div>
</div>
