# FarPoint.Web.Spread.PagerInfo.Mode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_PagerInfo_Mode_" data-uid="FarPoint.Web.Spread.PagerInfo.Mode*">Mode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_PagerInfo_Mode_" data-uid="FarPoint.Web.Spread.PagerInfo.Mode*"></a>
<h4 id="FarPoint_Web_Spread_PagerInfo_Mode" data-uid="FarPoint.Web.Spread.PagerInfo.Mode">Mode</h4>
<div class="markdown level1 summary"><p>Gets or sets which page navigation aids are displayed in the Spread component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Bindable(true)]
public PagerMode Mode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Bindable(True)&gt;
Public Property Mode As PagerMode</code></pre>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></td>
      <td><p>Property must be PagerMode.NextPrev when position is Command Bar.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
