# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.PreviousControl

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_PreviousControl_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.PreviousControl*">PreviousControl Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_PreviousControl_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.PreviousControl*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_PreviousControl" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.PreviousControl">PreviousControl</h4>
<div class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.ControlNavigationCommands.PreviousControl command, which requests that the focus move to previous control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static RoutedUICommand PreviousControl { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared ReadOnly Property PreviousControl As RoutedUICommand</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_PreviousControl_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
      This command indicates the intention to move keyboard focus to the previous control.
      This command is registered to control, although you are not required to use it; 
      in many cases the implementation in response to that command is 
      the responsibility of the application writer.
      </p>
<p>
      There is no default key gesture for this command.
      </p>
</div>
</div>
