# C1.Web.Mvc.MultiAutoComplete-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_MultiAutoComplete_1" data-uid="C1.Web.Mvc.MultiAutoComplete`1" class="text-break">MultiAutoComplete&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>A control control allows users to pick items from lists that contain custom objects or simple strings.</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"><a class="xref" href="C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl</a>&lt;T&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.DropDown-1.html">DropDown</a>&lt;T&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.ComboBoxBase-1.html">ComboBoxBase</a>&lt;T&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.html">AutoCompleteBase</a>&lt;T&gt;</div>
    <div class="level7"><span class="xref">MultiAutoComplete&lt;T&gt;</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><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
    <div><a class="xref" href="C1.Web.Mvc.IDropDown.html">IDropDown</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_MultiAutoComplete_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MultiAutoComplete&lt;T&gt; : AutoCompleteBase&lt;T&gt;, IHtmlContent, ITemplate, IDropDown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MultiAutoComplete(Of T)
    Inherits AutoCompleteBase(Of T)
    Implements IHtmlContent, ITemplate, IDropDown</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_MultiAutoComplete_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.MultiAutoComplete`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.-ctor.html#C1_Web_Mvc_MultiAutoComplete_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">MultiAutoComplete(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.html">MultiAutoComplete&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_MultiAutoComplete_1_MaxSelectedItems" data-uid="C1.Web.Mvc.MultiAutoComplete`1.MaxSelectedItems">
          <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.MaxSelectedItems.html#C1_Web_Mvc_MultiAutoComplete_1_MaxSelectedItems">MaxSelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items that can be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiAutoComplete_1_OnClientSelectedItemsChanged" data-uid="C1.Web.Mvc.MultiAutoComplete`1.OnClientSelectedItemsChanged">
          <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.OnClientSelectedItemsChanged.html#C1_Web_Mvc_MultiAutoComplete_1_OnClientSelectedItemsChanged">OnClientSelectedItemsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the selectedItems property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiAutoComplete_1_SelectedIndexes" data-uid="C1.Web.Mvc.MultiAutoComplete`1.SelectedIndexes">
          <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.SelectedIndexes.html#C1_Web_Mvc_MultiAutoComplete_1_SelectedIndexes">SelectedIndexes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a list containing the indexes of the items that are currently selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiAutoComplete_1_SelectedMemberPath" data-uid="C1.Web.Mvc.MultiAutoComplete`1.SelectedMemberPath">
          <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.SelectedMemberPath.html#C1_Web_Mvc_MultiAutoComplete_1_SelectedMemberPath">SelectedMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to control which item will be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiAutoComplete_1_SelectedValues" data-uid="C1.Web.Mvc.MultiAutoComplete`1.SelectedValues">
          <a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.SelectedValues.html#C1_Web_Mvc_MultiAutoComplete_1_SelectedValues">SelectedValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an object array containing the item-values that are currently selected.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
