# C1.Web.Mvc.Fluent.FlexGridSearchBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FlexGridSearchBuilder" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder" class="text-break">FlexGridSearchBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FlexGridSearch.html">FlexGridSearch</a>.</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"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexGridSearch.html">FlexGridSearch</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.html">FlexGridSearchBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexGridSearch.html">FlexGridSearch</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.html">FlexGridSearchBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexGridSearch.html">FlexGridSearch</a>, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.html">FlexGridSearchBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">FlexGridSearchBuilder</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_FlexGridSearchBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexGridSearchBuilder : ControlBuilder&lt;FlexGridSearch, FlexGridSearchBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexGridSearchBuilder
    Inherits ControlBuilder(Of FlexGridSearch, FlexGridSearchBuilder)
    Implements IHtmlContent</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_Fluent_FlexGridSearchBuilder__ctor_C1_Web_Mvc_FlexGridSearch_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.#ctor(C1.Web.Mvc.FlexGridSearch)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.-ctor.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder__ctor_C1_Web_Mvc_FlexGridSearch_">FlexGridSearchBuilder(FlexGridSearch)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.html">FlexGridSearchBuilder</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Fluent_FlexGridSearchBuilder_CssMatch_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.CssMatch(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.CssMatch.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_CssMatch_System_String_">CssMatch(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.CssMatch.html#C1_Web_Mvc_FlexGridSearch_CssMatch">CssMatch</a>.
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_Fluent_FlexGridSearchBuilder_Delay_System_Int32_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Delay(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Delay.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_Delay_System_Int32_">Delay(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Delay.html#C1_Web_Mvc_FlexGridSearch_Delay">Delay</a>.
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_Fluent_FlexGridSearchBuilder_ExactMatch_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.ExactMatch(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.ExactMatch.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_ExactMatch_System_Boolean_">ExactMatch(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.ExactMatch.html#C1_Web_Mvc_FlexGridSearch_ExactMatch">ExactMatch</a>.
Sets whether to enable exact matching.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridSearchBuilder_Grid_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Grid(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Grid.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_Grid_System_String_">Grid(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Grid.html#C1_Web_Mvc_FlexGridSearch_Grid">Grid</a>.
Sets the FlexGrid that is connected to this FlexGridSearch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridSearchBuilder_IsSubmitOnChange_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.IsSubmitOnChange(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.IsSubmitOnChange.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_IsSubmitOnChange_System_Boolean_">IsSubmitOnChange(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.IsSubmitOnChange.html#C1_Web_Mvc_FlexGridSearch_IsSubmitOnChange">IsSubmitOnChange</a>.
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_Fluent_FlexGridSearchBuilder_Placeholder_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Placeholder(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Placeholder.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_Placeholder_System_String_">Placeholder(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Placeholder.html#C1_Web_Mvc_FlexGridSearch_Placeholder">Placeholder</a>.
Sets the string shown as a hint when the control is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridSearchBuilder_SearchAllColumns_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.SearchAllColumns(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.SearchAllColumns.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_SearchAllColumns_System_Boolean_">SearchAllColumns(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.SearchAllColumns.html#C1_Web_Mvc_FlexGridSearch_SearchAllColumns">SearchAllColumns</a>.
Sets a value that determines whether invisible columns should be included in the search.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridSearchBuilder_Text_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Text(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridSearchBuilder.Text.html#C1_Web_Mvc_Fluent_FlexGridSearchBuilder_Text_System_String_">Text(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridSearch.Text.html#C1_Web_Mvc_FlexGridSearch_Text">Text</a>.
Sets the text to search for. The text may include multiple terms, separated by spaces.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
