# C1.WPF.Grid.FullTextFilterMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_FullTextFilterMode" data-uid="C1.WPF.Grid.FullTextFilterMode" class="text-break">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.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_FullTextFilterMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FullTextFilterMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum 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_Grid_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_Grid_FullTextFilterMode_WhileTyping">WhileTyping</td>
        <td><p>The filter will be applied while the user typing in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.textbox">TextBox</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
