# C1.Web.Mvc.FlexGridSearch

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FlexGridSearch" data-uid="C1.Web.Mvc.FlexGridSearch" class="text-break">FlexGridSearch Class
</h1>
  <div class="markdown level0 summary"><p>The FlexGridSearch control allows users to quickly search the items displayed in a FlexGrid</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"><span class="xref">FlexGridSearch</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>
  <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_FlexGridSearch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexGridSearch : Control, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexGridSearch
    Inherits Control
    Implements IHtmlContent, ITemplate</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="C1_Web_Mvc_FlexGridSearch__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.FlexGridSearch.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.-ctor.html#C1_Web_Mvc_FlexGridSearch__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">FlexGridSearch(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.FlexGridSearch.html">FlexGridSearch</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_FlexGridSearch_CssMatch" data-uid="C1.Web.Mvc.FlexGridSearch.CssMatch">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.CssMatch.html#C1_Web_Mvc_FlexGridSearch_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_FlexGridSearch_Delay" data-uid="C1.Web.Mvc.FlexGridSearch.Delay">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Delay.html#C1_Web_Mvc_FlexGridSearch_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_FlexGridSearch_ExactMatch" data-uid="C1.Web.Mvc.FlexGridSearch.ExactMatch">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.ExactMatch.html#C1_Web_Mvc_FlexGridSearch_ExactMatch">ExactMatch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to enable exact matching.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridSearch_Grid" data-uid="C1.Web.Mvc.FlexGridSearch.Grid">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Grid.html#C1_Web_Mvc_FlexGridSearch_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the FlexGrid that is connected to this FlexGridSearch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridSearch_IsSubmitOnChange" data-uid="C1.Web.Mvc.FlexGridSearch.IsSubmitOnChange">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.IsSubmitOnChange.html#C1_Web_Mvc_FlexGridSearch_IsSubmitOnChange">IsSubmitOnChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property to determine whether to submit the value in the OnChange event of the input</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridSearch_Placeholder" data-uid="C1.Web.Mvc.FlexGridSearch.Placeholder">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Placeholder.html#C1_Web_Mvc_FlexGridSearch_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string shown as a hint when the control is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridSearch_SearchAllColumns" data-uid="C1.Web.Mvc.FlexGridSearch.SearchAllColumns">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.SearchAllColumns.html#C1_Web_Mvc_FlexGridSearch_SearchAllColumns">SearchAllColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether invisible columns should be included in the search.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridSearch_Text" data-uid="C1.Web.Mvc.FlexGridSearch.Text">
          <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Text.html#C1_Web_Mvc_FlexGridSearch_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text to search for. The text may include multiple terms, separated by spaces.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
