# C1.WPF.FlexGrid.C1FullTextFilter.FullTextFilterMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_C1FullTextFilter_FullTextFilterMode" data-uid="C1.WPF.FlexGrid.C1FullTextFilter.FullTextFilterMode" class="text-break">C1FullTextFilter.FullTextFilterMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the modes to perform the filter operation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGridFilter.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_C1FullTextFilter_FullTextFilterMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1FullTextFilter.FullTextFilterMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1FullTextFilter.FullTextFilterMode</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_WPF_FlexGrid_C1FullTextFilter_FullTextFilterMode_WhenCompleted">WhenCompleted</td>
        <td><p>The filter will be applied when the user presses the OK button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_C1FullTextFilter_FullTextFilterMode_WhileTyping">WhileTyping</td>
        <td><p>The filter will be applied while the user typing in the Entry.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
