# C1.WPF.InputPanel.PagerDisplayMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_InputPanel_PagerDisplayMode" data-uid="C1.WPF.InputPanel.PagerDisplayMode" class="text-break">PagerDisplayMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how page controls are displayed on the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.InputPanel.html">C1.WPF.InputPanel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.InputPanel.4.6.2.dll</h6>
  <h5 id="C1_WPF_InputPanel_PagerDisplayMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PagerDisplayMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PagerDisplayMode</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="C1_WPF_InputPanel_PagerDisplayMode_FirstLastNumeric">FirstLastNumeric</td>
        <td><p>Shows the First and Last buttons, and the numeric display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_PagerDisplayMode_FirstLastPreviousNext">FirstLastPreviousNext</td>
        <td><p>Shows the First, Last, Previous, and Next buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_PagerDisplayMode_FirstLastPreviousNextNumeric">FirstLastPreviousNextNumeric</td>
        <td><p>Shows the First, Last, Previous, and Next buttons, and the numeric display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_PagerDisplayMode_Numeric">Numeric</td>
        <td><p>Shows the numeric display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_PagerDisplayMode_PreviousNext">PreviousNext</td>
        <td><p>Shows the Previous and Next buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_PagerDisplayMode_PreviousNextNumeric">PreviousNextNumeric</td>
        <td><p>Shows the Previous and Next buttons, and the numeric display.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
