# C1.Web.Mvc.AutoCompleteBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_AutoCompleteBase_1" data-uid="C1.Web.Mvc.AutoCompleteBase`1" class="text-break">AutoCompleteBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The base class for AutoComplete and MultiAutoComplete.</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"><span class="xref">AutoCompleteBase&lt;T&gt;</span></div>
      <div class="level7"><a class="xref" href="C1.Web.Mvc.AutoComplete-1.html">AutoComplete&lt;T&gt;</a></div>
      <div class="level7"><a class="xref" href="C1.Web.Mvc.MultiAutoComplete-1.html">MultiAutoComplete&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><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_AutoCompleteBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class AutoCompleteBase&lt;T&gt; : ComboBoxBase&lt;T&gt;, IHtmlContent, ITemplate, IDropDown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class AutoCompleteBase(Of T)
    Inherits ComboBoxBase(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_AutoCompleteBase_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.AutoCompleteBase`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.-ctor.html#C1_Web_Mvc_AutoCompleteBase_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">AutoCompleteBase(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.html">AutoCompleteBase&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_AutoCompleteBase_1_AriaLabelledBy" data-uid="C1.Web.Mvc.AutoCompleteBase`1.AriaLabelledBy">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.AriaLabelledBy.html#C1_Web_Mvc_AutoCompleteBase_1_AriaLabelledBy">AriaLabelledBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aria-labelledby attribute of input element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_BeginsWithSearch" data-uid="C1.Web.Mvc.AutoCompleteBase`1.BeginsWithSearch">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.BeginsWithSearch.html#C1_Web_Mvc_AutoCompleteBase_1_BeginsWithSearch">BeginsWithSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to search for items that begin with the given search term. The default value for this property is False, which causes the control to search for items that contain the given search terms.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_CssMatch" data-uid="C1.Web.Mvc.AutoCompleteBase`1.CssMatch">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.CssMatch.html#C1_Web_Mvc_AutoCompleteBase_1_CssMatch">CssMatch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the CSS class used to highlight any parts of the content that match the search terms.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_Delay" data-uid="C1.Web.Mvc.AutoCompleteBase`1.Delay">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.Delay.html#C1_Web_Mvc_AutoCompleteBase_1_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_IsContentHtml" data-uid="C1.Web.Mvc.AutoCompleteBase`1.IsContentHtml">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.IsContentHtml.html#C1_Web_Mvc_AutoCompleteBase_1_IsContentHtml">IsContentHtml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_IsEditable" data-uid="C1.Web.Mvc.AutoCompleteBase`1.IsEditable">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.IsEditable.html#C1_Web_Mvc_AutoCompleteBase_1_IsEditable">IsEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that enables or disables editing of the text in the input element of the control (defaults to true).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_IsRequired" data-uid="C1.Web.Mvc.AutoCompleteBase`1.IsRequired">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.IsRequired.html#C1_Web_Mvc_AutoCompleteBase_1_IsRequired">IsRequired</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the control value must be set to a non-null value or whether it can be set to null (by deleting the content of the control).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_ItemsSourceAction" data-uid="C1.Web.Mvc.AutoCompleteBase`1.ItemsSourceAction">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.ItemsSourceAction.html#C1_Web_Mvc_AutoCompleteBase_1_ItemsSourceAction">ItemsSourceAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action name for data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_ItemsSourceFunction" data-uid="C1.Web.Mvc.AutoCompleteBase`1.ItemsSourceFunction">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.ItemsSourceFunction.html#C1_Web_Mvc_AutoCompleteBase_1_ItemsSourceFunction">ItemsSourceFunction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a function that provides list items dynamically as the user types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_MaxItems" data-uid="C1.Web.Mvc.AutoCompleteBase`1.MaxItems">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.MaxItems.html#C1_Web_Mvc_AutoCompleteBase_1_MaxItems">MaxItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to display in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_MinLength" data-uid="C1.Web.Mvc.AutoCompleteBase`1.MinLength">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.MinLength.html#C1_Web_Mvc_AutoCompleteBase_1_MinLength">MinLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum input length to trigger autocomplete suggestions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_Name" data-uid="C1.Web.Mvc.AutoCompleteBase`1.Name">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.Name.html#C1_Web_Mvc_AutoCompleteBase_1_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the control element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AutoCompleteBase_1_SearchMemberPath" data-uid="C1.Web.Mvc.AutoCompleteBase`1.SearchMemberPath">
          <a class="xref" href="C1.Web.Mvc.AutoCompleteBase-1.SearchMemberPath.html#C1_Web_Mvc_AutoCompleteBase_1_SearchMemberPath">SearchMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string containing a comma-separated list of properties to use when searching for items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
