# C1.Xamarin.Forms.Input.AutoCompleteMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Xamarin_Forms_Input_AutoCompleteMode" data-uid="C1.Xamarin.Forms.Input.AutoCompleteMode" class="text-break">AutoCompleteMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to filter items of autocomplete.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Input.html">C1.Xamarin.Forms.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Input.dll</h6>
  <h5 id="C1_Xamarin_Forms_Input_AutoCompleteMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum AutoCompleteMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Xamarin_Forms_Input_AutoCompleteMode_Contains">Contains</td>
        <td><p>Filtering items of autocomplete when contains the input string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_AutoCompleteMode_EndsWith">EndsWith</td>
        <td><p>Filtering items of autocomplete when ends with the input string</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_AutoCompleteMode_MatchCase">MatchCase</td>
        <td><p>Filtering items of autocomplete when contains the input string that match case.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_AutoCompleteMode_MatchWholeWord">MatchWholeWord</td>
        <td><p>Filtering items of autocomplete when contains the input string that match whole word.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_AutoCompleteMode_StartsWith">StartsWith</td>
        <td><p>Filtering items of autocomplete when starts with the input string</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
