# C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder" data-uid="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder" class="text-break">CollectionViewNavigatorBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.html">CollectionViewNavigator</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.html">CollectionViewNavigator</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.html">CollectionViewNavigatorBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.html">CollectionViewNavigator</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.html">CollectionViewNavigatorBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.html">CollectionViewNavigator</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.html">CollectionViewNavigatorBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">CollectionViewNavigatorBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CollectionViewNavigatorBuilder : ControlBuilder&lt;CollectionViewNavigator, CollectionViewNavigatorBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CollectionViewNavigatorBuilder
    Inherits ControlBuilder(Of CollectionViewNavigator, CollectionViewNavigatorBuilder)
    Implements IHtmlContent</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder__ctor_C1_Web_Mvc_CollectionViewNavigator_" data-uid="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.#ctor(C1.Web.Mvc.CollectionViewNavigator)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.-ctor.html#C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder__ctor_C1_Web_Mvc_CollectionViewNavigator_">CollectionViewNavigatorBuilder(CollectionViewNavigator)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.html">CollectionViewNavigatorBuilder</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_ByPage_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.ByPage(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.ByPage.html#C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_ByPage_System_Boolean_">ByPage(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.ByPage.html#C1_Web_Mvc_CollectionViewNavigator_ByPage">ByPage</a>.
Sets a value that determines whether should navigate items or pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_HeaderFormat_System_String_" data-uid="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.HeaderFormat(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.HeaderFormat.html#C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_HeaderFormat_System_String_">HeaderFormat(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.HeaderFormat.html#C1_Web_Mvc_CollectionViewNavigator_HeaderFormat">HeaderFormat</a>.
Sets the format string used to display the current total item/page values in the control header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_ItemsSourceId_System_String_" data-uid="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.ItemsSourceId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.ItemsSourceId.html#C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_ItemsSourceId_System_String_">ItemsSourceId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.ItemsSourceId.html#C1_Web_Mvc_CollectionViewNavigator_ItemsSourceId">ItemsSourceId</a>.
Sets the ItemsSourceId specify which CollectionViewService will be used for this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_RepeatButtons_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.RepeatButtons(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewNavigatorBuilder.RepeatButtons.html#C1_Web_Mvc_Fluent_CollectionViewNavigatorBuilder_RepeatButtons_System_Boolean_">RepeatButtons(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CollectionViewNavigator.RepeatButtons.html#C1_Web_Mvc_CollectionViewNavigator_RepeatButtons">RepeatButtons</a>.
Sets a value that determines whether the next/previous buttons should act as repeat buttons, firing repeatedly as long as the button remains pressed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
