# C1.Web.Mvc.ItemsBoundControl-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ItemsBoundControl_1" data-uid="C1.Web.Mvc.ItemsBoundControl`1" class="text-break">ItemsBoundControl&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines the base class for C1 bound controls.</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"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><span class="xref">ItemsBoundControl&lt;T&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.DropDown-1.html">DropDown&lt;T&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.FlexChartBase-1.html">FlexChartBase&lt;T&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.FlexGridBase-1.html">FlexGridBase&lt;T&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.ListBox-1.html">ListBox&lt;T&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.MultiSelectListBox-1.html">MultiSelectListBox&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.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_ItemsBoundControl_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ItemsBoundControl&lt;T&gt; : Control, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ItemsBoundControl(Of T)
    Inherits Control
    Implements IHtmlContent, ITemplate</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_ItemsBoundControl_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.ItemsBoundControl`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.-ctor.html#C1_Web_Mvc_ItemsBoundControl_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">ItemsBoundControl(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl&lt;T&gt;</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_ItemsBoundControl_1_ItemsSource" data-uid="C1.Web.Mvc.ItemsBoundControl`1.ItemsSource">
          <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.ItemsSource.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ItemsBoundControl_1_ItemsSourceId" data-uid="C1.Web.Mvc.ItemsBoundControl`1.ItemsSourceId">
          <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.ItemsSourceId.html#C1_Web_Mvc_ItemsBoundControl_1_ItemsSourceId">ItemsSourceId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.</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_ItemsBoundControl_1_CreateChildComponents" data-uid="C1.Web.Mvc.ItemsBoundControl`1.CreateChildComponents">
          <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.CreateChildComponents.html#C1_Web_Mvc_ItemsBoundControl_1_CreateChildComponents">CreateChildComponents()</a>
        </td>
        <td class="markdown level1 summary"><p>Ensure the child components created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ItemsBoundControl_1_RegisterStartupScript_System_IO_TextWriter_" data-uid="C1.Web.Mvc.ItemsBoundControl`1.RegisterStartupScript(System.IO.TextWriter)">
          <a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.RegisterStartupScript.html#C1_Web_Mvc_ItemsBoundControl_1_RegisterStartupScript_System_IO_TextWriter_">RegisterStartupScript(TextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Register the startup scripts.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
