# C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3" class="text-break">BaseCollectionViewServiceBuilder&lt;T, TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.html">BaseCollectionViewService&lt;T&gt;</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;TControl, TBuilder&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ServiceBuilder-2.html">ServiceBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><span class="xref">BaseCollectionViewServiceBuilder&lt;T, TControl, TBuilder&gt;</span></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder-3.html">BaseODataCollectionViewServiceBuilder&lt;T, TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.CollectionViewServiceBuilder-1.html">CollectionViewServiceBuilder&lt;T&gt;</a></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><a class="xref" href="C1.Web.Mvc.Fluent.ITemplateBuilder-1.html">ITemplateBuilder</a>&lt;TBuilder&gt;</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_BaseCollectionViewServiceBuilder_3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseCollectionViewServiceBuilder&lt;T, TControl, TBuilder&gt; : ServiceBuilder&lt;TControl, TBuilder&gt;, IHtmlContent, ITemplateBuilder&lt;TBuilder&gt; where TControl : BaseCollectionViewService&lt;T&gt; where TBuilder : BaseCollectionViewServiceBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseCollectionViewServiceBuilder(Of T, TControl As BaseCollectionViewService(Of T), TBuilder As BaseCollectionViewServiceBuilder(Of T, TControl, TBuilder))
    Inherits ServiceBuilder(Of TControl, TBuilder)
    Implements IHtmlContent, ITemplateBuilder(Of TBuilder)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_BaseCollectionViewServiceBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.#ctor(`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3__ctor__1_">BaseCollectionViewServiceBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.html">BaseCollectionViewServiceBuilder&lt;T, TControl, TBuilder&gt;</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_BaseCollectionViewServiceBuilder_3_CalculatedFields_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_CalculatedField_C1_Web_Mvc_Fluent_CalculatedFieldBuilder___" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.CalculatedFields(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.CalculatedField,C1.Web.Mvc.Fluent.CalculatedFieldBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.CalculatedFields.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_CalculatedFields_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_CalculatedField_C1_Web_Mvc_Fluent_CalculatedFieldBuilder___">CalculatedFields(Action&lt;ListItemFactory&lt;CalculatedField, CalculatedFieldBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.CalculatedFields.html#C1_Web_Mvc_BaseCollectionViewService_1_CalculatedFields">CalculatedFields</a>.
Sets the calculated fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_GetError_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.GetError(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.GetError.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_GetError_System_String_">GetError(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.GetError.html#C1_Web_Mvc_BaseCollectionViewService_1_GetError">GetError</a>.
Sets a callback that determines whether a specific property of an item contains validation errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_GroupBy_System_String___" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.GroupBy(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.GroupBy.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_GroupBy_System_String___">GroupBy(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.GroupDescriptions.html#C1_Web_Mvc_BaseCollectionViewService_1_GroupDescriptions">GroupDescriptions</a>.
Sets the group descriptions with a name list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_GroupDescriptions_System_Collections_Generic_IEnumerable_C1_Web_Mvc_GroupDescription__" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.GroupDescriptions(System.Collections.Generic.IEnumerable{C1.Web.Mvc.GroupDescription})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.GroupDescriptions.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_GroupDescriptions_System_Collections_Generic_IEnumerable_C1_Web_Mvc_GroupDescription__">GroupDescriptions(IEnumerable&lt;GroupDescription&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.GroupDescriptions.html#C1_Web_Mvc_BaseCollectionViewService_1_GroupDescriptions">GroupDescriptions</a>.
Sets the group descriptions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_MoveToPage_System_Int32_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.MoveToPage(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.MoveToPage.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_MoveToPage_System_Int32_">MoveToPage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.PageIndex.html#C1_Web_Mvc_BaseCollectionViewService_1_PageIndex">PageIndex</a>.
Sets the page index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_NewItemCreator_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.NewItemCreator(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.NewItemCreator.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_NewItemCreator_System_String_">NewItemCreator(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.NewItemCreator.html#C1_Web_Mvc_BaseCollectionViewService_1_NewItemCreator">NewItemCreator</a>.
Sets a function that creates new items for the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientCollectionChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OnClientCollectionChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OnClientCollectionChanged.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientCollectionChanged_System_String_">OnClientCollectionChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.OnClientCollectionChanged.html#C1_Web_Mvc_BaseCollectionViewService_1_OnClientCollectionChanged">OnClientCollectionChanged</a> client event.
Occurs when the collection changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientCurrentChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OnClientCurrentChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OnClientCurrentChanged.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientCurrentChanged_System_String_">OnClientCurrentChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.OnClientCurrentChanged.html#C1_Web_Mvc_BaseCollectionViewService_1_OnClientCurrentChanged">OnClientCurrentChanged</a> client event.
Occurs after the current item changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientCurrentChanging_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OnClientCurrentChanging(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OnClientCurrentChanging.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientCurrentChanging_System_String_">OnClientCurrentChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.OnClientCurrentChanging.html#C1_Web_Mvc_BaseCollectionViewService_1_OnClientCurrentChanging">OnClientCurrentChanging</a> client event.
Occurs before the current item changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientPageChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OnClientPageChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OnClientPageChanged.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientPageChanged_System_String_">OnClientPageChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.OnClientPageChanged.html#C1_Web_Mvc_BaseCollectionViewService_1_OnClientPageChanged">OnClientPageChanged</a> client event.
Occurs after the page index changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientPageChanging_System_String_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OnClientPageChanging(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OnClientPageChanging.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OnClientPageChanging_System_String_">OnClientPageChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.OnClientPageChanging.html#C1_Web_Mvc_BaseCollectionViewService_1_OnClientPageChanging">OnClientPageChanging</a> client event.
Occurs before the page index changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OrderBy_System_String___" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OrderBy(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OrderBy.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OrderBy_System_String___">OrderBy(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.SortDescriptions.html#C1_Web_Mvc_BaseCollectionViewService_1_SortDescriptions">SortDescriptions</a>.
Sets the sort descriptions with a name list in ascending order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OrderByDescending_System_String___" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.OrderByDescending(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OrderByDescending.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_OrderByDescending_System_String___">OrderByDescending(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.SortDescriptions.html#C1_Web_Mvc_BaseCollectionViewService_1_SortDescriptions">SortDescriptions</a>.
Sets the sort descriptions with a name list in descending order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_PageSize_System_Int32_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.PageSize(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.PageSize.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_PageSize_System_Int32_">PageSize(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.PageSize.html#C1_Web_Mvc_BaseCollectionViewService_1_PageSize">PageSize</a>.
Sets the page size. 0 means to disable paging.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_PropertyGroupDescriptions_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_PropertyGroupDescription_C1_Web_Mvc_Fluent_PropertyGroupDescriptionBuilder___" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.PropertyGroupDescriptions(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.PropertyGroupDescription,C1.Web.Mvc.Fluent.PropertyGroupDescriptionBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.PropertyGroupDescriptions.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_PropertyGroupDescriptions_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_PropertyGroupDescription_C1_Web_Mvc_Fluent_PropertyGroupDescriptionBuilder___">PropertyGroupDescriptions(Action&lt;ListItemFactory&lt;PropertyGroupDescription, PropertyGroupDescriptionBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.GroupDescriptions.html#C1_Web_Mvc_BaseCollectionViewService_1_GroupDescriptions">GroupDescriptions</a>.
Sets the group descriptions with an action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_RefreshOnEdit_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.RefreshOnEdit(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.RefreshOnEdit.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_RefreshOnEdit_System_Boolean_">RefreshOnEdit(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.RefreshOnEdit.html#C1_Web_Mvc_BaseCollectionViewService_1_RefreshOnEdit">RefreshOnEdit</a>.
Sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_ShowDatesAsGmt_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.ShowDatesAsGmt(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.ShowDatesAsGmt.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_ShowDatesAsGmt_System_Boolean_">ShowDatesAsGmt(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.ShowDatesAsGmt.html#C1_Web_Mvc_BaseCollectionViewService_1_ShowDatesAsGmt">ShowDatesAsGmt</a>.
Sets a value that determines whether dates should be adjusted to look like GMT rather than local dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_SortDescriptions_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_SortDescription_C1_Web_Mvc_Fluent_SortDescriptionBuilder___" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.SortDescriptions(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.SortDescription,C1.Web.Mvc.Fluent.SortDescriptionBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.SortDescriptions.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_SortDescriptions_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_SortDescription_C1_Web_Mvc_Fluent_SortDescriptionBuilder___">SortDescriptions(Action&lt;ListItemFactory&lt;SortDescription, SortDescriptionBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.SortDescriptions.html#C1_Web_Mvc_BaseCollectionViewService_1_SortDescriptions">SortDescriptions</a>.
Sets the sort descriptions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_SortNulls_C1_Web_Mvc_CollectionViewSortNulls_" data-uid="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder`3.SortNulls(C1.Web.Mvc.CollectionViewSortNulls)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.SortNulls.html#C1_Web_Mvc_Fluent_BaseCollectionViewServiceBuilder_3_SortNulls_C1_Web_Mvc_CollectionViewSortNulls_">SortNulls(CollectionViewSortNulls)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BaseCollectionViewService-1.SortNulls.html#C1_Web_Mvc_BaseCollectionViewService_1_SortNulls">SortNulls</a>.
Sets a value that determines how null values should be sorted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
