# C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1" class="text-break">BoundSheetBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.html">BoundSheet&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.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.html">BoundSheet</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.html">BoundSheetBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2.html">SheetBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.html">BoundSheet</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.html">BoundSheetBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><span class="xref">BoundSheetBuilder&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.html">C1.Web.Mvc.Sheet.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BoundSheetBuilder&lt;T&gt; : SheetBuilder&lt;BoundSheet&lt;T&gt;, BoundSheetBuilder&lt;T&gt;&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BoundSheetBuilder(Of T)
    Inherits SheetBuilder(Of BoundSheet(Of T), BoundSheetBuilder(Of T))</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>
    </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_Sheet_Fluent_BoundSheetBuilder_1__ctor_C1_Web_Mvc_Sheet_BoundSheet__0__" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.#ctor(C1.Web.Mvc.Sheet.BoundSheet{`0})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.-ctor.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1__ctor_C1_Web_Mvc_Sheet_BoundSheet__0__">BoundSheetBuilder(BoundSheet&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.html">BoundSheetBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">obj</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_Sheet_Fluent_BoundSheetBuilder_1_Bind_System_Action_C1_Web_Mvc_Fluent_CollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.Bind(System.Action{C1.Web.Mvc.Fluent.CollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.Bind.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_Bind_System_Action_C1_Web_Mvc_Fluent_CollectionViewServiceBuilder__0___">Bind(Action&lt;CollectionViewServiceBuilder&lt;T&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.ItemsSource.html#C1_Web_Mvc_Sheet_BoundSheet_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_Bind_System_Collections_Generic_IEnumerable__0__" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.Bind(System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.Bind.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_Bind_System_Collections_Generic_IEnumerable__0__">Bind(IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.ItemsSource.html#C1_Web_Mvc_Sheet_BoundSheet_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_Bind_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.Bind(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.Bind.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_Bind_System_String_">Bind(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.ItemsSource.html#C1_Web_Mvc_Sheet_BoundSheet_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_BindODataSource_System_Action_C1_Web_Mvc_Fluent_ODataCollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.BindODataSource(System.Action{C1.Web.Mvc.Fluent.ODataCollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.BindODataSource.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_BindODataSource_System_Action_C1_Web_Mvc_Fluent_ODataCollectionViewServiceBuilder__0___">BindODataSource(Action&lt;ODataCollectionViewServiceBuilder&lt;T&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.ItemsSource.html#C1_Web_Mvc_Sheet_BoundSheet_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_BindODataVirtualSource_System_Action_C1_Web_Mvc_Fluent_ODataVirtualCollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.BindODataVirtualSource(System.Action{C1.Web.Mvc.Fluent.ODataVirtualCollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.BindODataVirtualSource.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_BindODataVirtualSource_System_Action_C1_Web_Mvc_Fluent_ODataVirtualCollectionViewServiceBuilder__0___">BindODataVirtualSource(Action&lt;ODataVirtualCollectionViewServiceBuilder&lt;T&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.ItemsSource.html#C1_Web_Mvc_Sheet_BoundSheet_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_GroupBy_System_String___" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.GroupBy(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.GroupBy.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_GroupBy_System_String___">GroupBy(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.PropertyGroupDescription.html">PropertyGroupDescription</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_ItemsSourceId_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.ItemsSourceId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.ItemsSourceId.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_ItemsSourceId_System_String_">ItemsSourceId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.BoundSheet-1.ItemsSourceId.html#C1_Web_Mvc_Sheet_BoundSheet_1_ItemsSourceId">ItemsSourceId</a>.
Sets the ItemsSourceId specify which CollectionViewService will be used for this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_OrderBy_System_String___" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.OrderBy(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.OrderBy.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_OrderBy_System_String___">OrderBy(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.SortDescription.html">SortDescription</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_OrderByDescending_System_String___" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.OrderByDescending(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.OrderByDescending.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_OrderByDescending_System_String___">OrderByDescending(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.SortDescription.html">SortDescription</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_PageSize_System_Int32_" data-uid="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder`1.PageSize(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.BoundSheetBuilder-1.PageSize.html#C1_Web_Mvc_Sheet_Fluent_BoundSheetBuilder_1_PageSize_System_Int32_">PageSize(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Make ItemsSource pagable with specified page size.
0 means to disable paging.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
