# GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction*">TabAction Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction">TabAction</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the tab key moves the focus between controls or between
fields within the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TabAction TabAction { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TabAction As TabAction</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.TabAction.html">TabAction</a></td>
      <td><p>One of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.TabAction.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction">TabAction</a> enumeration values.  The default is
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TabAction.html#GrapeCity_Win_Spread_InputMan_CellType_TabAction_Control">Control</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_TabAction_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The caret moves to the next field when this property is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TabAction.html#GrapeCity_Win_Spread_InputMan_CellType_TabAction_Field">Field</a>.
If the caret is in the last field, the input focus leaves this control when pressing the TAB key.
If the value is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TabAction.html#GrapeCity_Win_Spread_InputMan_CellType_TabAction_Control">Control</a>, the behavior is similar to the standard control.</p>
</div>
</div>
