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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands" class="text-break">ControlNavigationCommands Class
</h1>
  <div class="markdown level0 summary"><p>Provides a set of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a> related navigation commands.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ControlNavigationCommands</span></div>
  </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_ControlNavigationCommands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ControlNavigationCommands</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ControlNavigationCommands</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.html">ControlNavigationCommands</a> class exposes a standard set of navigation-related commands used to control the keyboard focus movement.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_NextControl" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.NextControl">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.NextControl.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_NextControl">NextControl</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.ControlNavigationCommands.NextControl command, which requests that the focus move to next control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_PreviousControl" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.PreviousControl">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.PreviousControl.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ControlNavigationCommands_PreviousControl">PreviousControl</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.ControlNavigationCommands.PreviousControl command, which requests that the focus move to previous control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
