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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3" class="text-break">ItemsBoundControlBuilder&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.ItemsBoundControl-1.html">ItemsBoundControl&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.ControlBuilder-2.html">ControlBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><span class="xref">ItemsBoundControlBuilder&lt;T, TControl, TBuilder&gt;</span></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.DropDownBuilder-3.html">DropDownBuilder&lt;T, TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBaseBuilder-3.html">FlexChartBaseBuilder&lt;T, TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.html">FlexGridBaseBuilder&lt;T, TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.ListBoxBuilder-1.html">ListBoxBuilder&lt;T&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.MultiSelectListBoxBuilder-1.html">MultiSelectListBoxBuilder&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>
  <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_ItemsBoundControlBuilder_3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ItemsBoundControlBuilder&lt;T, TControl, TBuilder&gt; : ControlBuilder&lt;TControl, TBuilder&gt;, IHtmlContent where TControl : ItemsBoundControl&lt;T&gt; where TBuilder : ItemsBoundControlBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ItemsBoundControlBuilder(Of T, TControl As ItemsBoundControl(Of T), TBuilder As ItemsBoundControlBuilder(Of T, TControl, TBuilder))
    Inherits ControlBuilder(Of TControl, TBuilder)
    Implements IHtmlContent</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_ItemsBoundControlBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.#ctor(`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3__ctor__1_">ItemsBoundControlBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder&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_ItemsBoundControlBuilder_3_Bind_System_Action_C1_Web_Mvc_Fluent_CollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.Bind(System.Action{C1.Web.Mvc.Fluent.CollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.Bind.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_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.ItemsBoundControl-1.ItemsSource.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_Bind_System_Collections_Generic_IEnumerable__0__" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.Bind(System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.Bind.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_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.ItemsBoundControl-1.ItemsSource.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings with a collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_Bind_System_String_" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.Bind(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.Bind.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_Bind_System_String_">Bind(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.ItemsSource.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings with the specified action url.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_BindODataSource_System_Action_C1_Web_Mvc_Fluent_ODataCollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.BindODataSource(System.Action{C1.Web.Mvc.Fluent.ODataCollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.BindODataSource.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_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.ItemsBoundControl-1.ItemsSource.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_BindODataVirtualSource_System_Action_C1_Web_Mvc_Fluent_ODataVirtualCollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.BindODataVirtualSource(System.Action{C1.Web.Mvc.Fluent.ODataVirtualCollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.BindODataVirtualSource.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_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.ItemsBoundControl-1.ItemsSource.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_ItemsSourceId_System_String_" data-uid="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder`3.ItemsSourceId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.ItemsSourceId.html#C1_Web_Mvc_Fluent_ItemsBoundControlBuilder_3_ItemsSourceId_System_String_">ItemsSourceId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.ItemsSourceId.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSourceId">ItemsSourceId</a>.
Sets the ItemsSourceId specify which CollectionViewService will be used for this control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
