# C1.Web.Mvc.AutoCompleteBase-1.BeginsWithSearch

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_AutoCompleteBase_1_BeginsWithSearch_" data-uid="C1.Web.Mvc.AutoCompleteBase`1.BeginsWithSearch*">BeginsWithSearch Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_AutoCompleteBase_1_BeginsWithSearch_" data-uid="C1.Web.Mvc.AutoCompleteBase`1.BeginsWithSearch*"></a>
<h4 id="C1_Web_Mvc_AutoCompleteBase_1_BeginsWithSearch" data-uid="C1.Web.Mvc.AutoCompleteBase`1.BeginsWithSearch">BeginsWithSearch</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool BeginsWithSearch { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BeginsWithSearch As Boolean</code></pre>
</div>
</div>
