# FarPoint.Web.Spread.PagerMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_PagerMode" data-uid="FarPoint.Web.Spread.PagerMode" class="text-break">PagerMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which type of page navigation aids are shown 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_PagerMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PagerMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PagerMode</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_PagerMode_Both">Both</td>
        <td><p>Displays both the page numbers and page arrows of the pages in a sheet</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerMode_NextPrev">NextPrev</td>
        <td><p>Displays arrows for next page and previous page,<br>
called the Next and Previous arrows</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerMode_Number">Number</td>
        <td><p>Displays page numbers of the pages in a sheet</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PagerMode_Slider">Slider</td>
        <td><p>Displays a slider</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
