# FarPoint.Web.Spread.PagerPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_PagerPosition" data-uid="FarPoint.Web.Spread.PagerPosition" class="text-break">PagerPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies in which tool bars the page navigation aids
are displayed in the Spread component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_PagerPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PagerPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PagerPosition</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Web_Spread_PagerPosition_Bottom">Bottom</td>
        <td><p>Displays the page navigation aids in a bar at the bottom of the Spread component
and below a command bar (if shown)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerPosition_CommandBar">CommandBar</td>
        <td><p>Displays the page navigation aids on the command bar</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerPosition_Top">Top</td>
        <td><p>Displays the page navigation aids in a bar at the top of the Spread component</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerPosition_TopBottom">TopBottom</td>
        <td><p>Displays the page navigation aids at the top and bottom
of the Spread component in two separate bars</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerPosition_TopCommandBar">TopCommandBar</td>
        <td><p>Displays the page navigation aids in a bar at the top of the Spread component
and on the command bar</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
