# FarPoint.Web.Spread.Extender.AutoCompleteCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType" class="text-break">AutoCompleteCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ASP.NET AJAX extender automatic completion cell.</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="../FarPoint.Web.Spread/FarPoint.Web.Spread.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Extender.AjaxCellTypeBase-1.html">AjaxCellTypeBase</a>&lt;<span class="xref">ExtenderControlBase</span>&gt;</div>
    <div class="level3"><a class="xref" href="FarPoint.Web.Spread.Extender.ExtenderCellTypeBase.html">ExtenderCellTypeBase</a></div>
    <div class="level4"><a class="xref" href="FarPoint.Web.Spread.Extender.ExtenderCellType.html">ExtenderCellType</a></div>
    <div class="level5"><span class="xref">AutoCompleteCellType</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.ICellType.html">ICellType</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IFormatter.html">IFormatter</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IEnhancedPdfRenderer.html">IEnhancedPdfRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IPdfSupport.html">IPdfSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Editor.IEditor.html">IEditor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.ICSSClassSupport.html">ICSSClassSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IRenderer2.html">IRenderer2</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IEnhancedRenderer.html">IEnhancedRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IRenderer.html">IRenderer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Extender.html">FarPoint.Web.Spread.Extender</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.Extender.dll</h6>
  <h5 id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AutoCompleteCellType : ExtenderCellType, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AutoCompleteCellType
    Inherits ExtenderCellType
    Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback</code></pre>
  </div>
  <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="FarPoint_Web_Spread_Extender_AutoCompleteCellType__ctor" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.-ctor.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType__ctor">AutoCompleteCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ASP.NET AJAX extender automatic completion cell.</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="FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionInterval" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionInterval">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionInterval.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionInterval">CompletionInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time, in milliseconds, before the timer kicks in
to provide suggestions for completion using the Web service.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionListCssClass" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionListCssClass">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionListCssClass.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionListCssClass">CompletionListCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class used to style the completion list flyout.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionListHighlightedItemCssClass" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionListHighlightedItemCssClass">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionListHighlightedItemCssClass.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionListHighlightedItemCssClass">CompletionListHighlightedItemCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class used to style a highlighted item in the completion list flyout.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionListItemCssClass" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionListItemCssClass">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionListItemCssClass.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionListItemCssClass">CompletionListItemCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class used to style an item in the completion list flyout.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionSetCount" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionSetCount">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.CompletionSetCount.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_CompletionSetCount">CompletionSetCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of suggestions for completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ContextKey" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ContextKey">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ContextKey.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_ContextKey">ContextKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the user- or page-specific context key for an optional
overload of the Web method described by the ServiceMethod and ServicePath.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_DelimiterCharacters" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.DelimiterCharacters">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.DelimiterCharacters.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_DelimiterCharacters">DelimiterCharacters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character(s) used to separate words for automatic completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_EnableCaching" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.EnableCaching">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.EnableCaching.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_EnableCaching">EnableCaching</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether client-side caching is enabled for automatic completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_FirstRowSelected" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.FirstRowSelected">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.FirstRowSelected.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_FirstRowSelected">FirstRowSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the first row of the automatic completion list is selected by default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_MinimumPrefixLength" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.MinimumPrefixLength">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.MinimumPrefixLength.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_MinimumPrefixLength">MinimumPrefixLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum length of text before the Web service provides
suggestions for completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientHidden" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientHidden">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientHidden.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientHidden">OnClientHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side hidden event</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientHiding" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientHiding">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientHiding.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientHiding">OnClientHiding</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side hiding event</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientItemOut" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientItemOut">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientItemOut.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientItemOut">OnClientItemOut</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side itemOut event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientItemOver" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientItemOver">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientItemOver.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientItemOver">OnClientItemOver</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side itemOver event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientItemSelected" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientItemSelected">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientItemSelected.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientItemSelected">OnClientItemSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side itemSelected event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientPopulated" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientPopulated">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientPopulated.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientPopulated">OnClientPopulated</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side populated event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientPopulating" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientPopulating">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientPopulating.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientPopulating">OnClientPopulating</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side populating event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientShowing" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientShowing">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientShowing.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientShowing">OnClientShowing</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side showing event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientShown" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientShown">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.OnClientShown.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_OnClientShown">OnClientShown</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the client-side shown event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServiceMethod" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServiceMethod">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServiceMethod.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServiceMethod">ServiceMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Web service method that provides the automatic completion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServicePath" data-uid="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath">
          <a class="xref" href="FarPoint.Web.Spread.Extender.AutoCompleteCellType.ServicePath.html#FarPoint_Web_Spread_Extender_AutoCompleteCellType_ServicePath">ServicePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path to the Web service that provides the automatic completion.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
