# C1.WPF.DataFilter.FullTextFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_FullTextFilter" data-uid="C1.WPF.DataFilter.FullTextFilter" class="text-break">FullTextFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a filter to search text.</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.WPF.DataFilter.NotifyPropertyChanged.html">NotifyPropertyChanged</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a></div>
    <div class="level3"><span class="xref">FullTextFilter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DataFilter.html">C1.WPF.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.dll</h6>
  <h5 id="C1_WPF_DataFilter_FullTextFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FullTextFilter : Filter, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FullTextFilter
    Inherits Filter
    Implements INotifyPropertyChanged</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_WPF_DataFilter_FullTextFilter__ctor" data-uid="C1.WPF.DataFilter.FullTextFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.-ctor.html#C1_WPF_DataFilter_FullTextFilter__ctor">FullTextFilter()</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_DataFilter_FullTextFilter_Delay" data-uid="C1.WPF.DataFilter.FullTextFilter.Delay">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.Delay.html#C1_WPF_DataFilter_FullTextFilter_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay that occurs between the key strokes and the value changed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_Expression" data-uid="C1.WPF.DataFilter.FullTextFilter.Expression">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.Expression.html#C1_WPF_DataFilter_FullTextFilter_Expression">Expression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression of the current <a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_IsApplied" data-uid="C1.WPF.DataFilter.FullTextFilter.IsApplied">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.IsApplied.html#C1_WPF_DataFilter_FullTextFilter_IsApplied">IsApplied</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the current <a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a> is applied or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_MatchCase" data-uid="C1.WPF.DataFilter.FullTextFilter.MatchCase">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.MatchCase.html#C1_WPF_DataFilter_FullTextFilter_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>To know MatchCase mode is enable or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_MatchWholeWord" data-uid="C1.WPF.DataFilter.FullTextFilter.MatchWholeWord">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.MatchWholeWord.html#C1_WPF_DataFilter_FullTextFilter_MatchWholeWord">MatchWholeWord</a>
        </td>
        <td class="markdown level1 summary"><p>To know MatchWholeWord mode is enable or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_ShowMatchCase" data-uid="C1.WPF.DataFilter.FullTextFilter.ShowMatchCase">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.ShowMatchCase.html#C1_WPF_DataFilter_FullTextFilter_ShowMatchCase">ShowMatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the MatchCase checkbox is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_ShowMatchWholeWord" data-uid="C1.WPF.DataFilter.FullTextFilter.ShowMatchWholeWord">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.ShowMatchWholeWord.html#C1_WPF_DataFilter_FullTextFilter_ShowMatchWholeWord">ShowMatchWholeWord</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the MatchWholeWord checkbox is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilter_Text" data-uid="C1.WPF.DataFilter.FullTextFilter.Text">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.Text.html#C1_WPF_DataFilter_FullTextFilter_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current string value of this filter.</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_WPF_DataFilter_FullTextFilter_Reset_System_Boolean_" data-uid="C1.WPF.DataFilter.FullTextFilter.Reset(System.Boolean)">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilter.Reset.html#C1_WPF_DataFilter_FullTextFilter_Reset_System_Boolean_">Reset(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the filter value to the default value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
