# C1.WPF.DataFilter.TextExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_TextExpression" data-uid="C1.WPF.DataFilter.TextExpression" class="text-break">TextExpression Class
</h1>
  <div class="markdown level0 summary"><p>Represents a text filter expression with match case and match whole word properties.</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.Expression.html">Expression</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.DataFilter.OperationExpression.html">OperationExpression</a></div>
    <div class="level4"><span class="xref">TextExpression</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_TextExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextExpression : OperationExpression, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextExpression
    Inherits OperationExpression
    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_TextExpression__ctor" data-uid="C1.WPF.DataFilter.TextExpression.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.TextExpression.-ctor.html#C1_WPF_DataFilter_TextExpression__ctor">TextExpression()</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_TextExpression_MatchCase" data-uid="C1.WPF.DataFilter.TextExpression.MatchCase">
          <a class="xref" href="C1.WPF.DataFilter.TextExpression.MatchCase.html#C1_WPF_DataFilter_TextExpression_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_TextExpression_MatchWholeWord" data-uid="C1.WPF.DataFilter.TextExpression.MatchWholeWord">
          <a class="xref" href="C1.WPF.DataFilter.TextExpression.MatchWholeWord.html#C1_WPF_DataFilter_TextExpression_MatchWholeWord">MatchWholeWord</a>
        </td>
        <td class="markdown level1 summary"><p>To know MatchWholeWord mode is enable or not</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_TextExpression_GetFilterExpression" data-uid="C1.WPF.DataFilter.TextExpression.GetFilterExpression">
          <a class="xref" href="C1.WPF.DataFilter.TextExpression.GetFilterExpression.html#C1_WPF_DataFilter_TextExpression_GetFilterExpression">GetFilterExpression()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.WPF.DataFilter.OperationExpression.html">OperationExpression</a> to the <span class="xref">C1.DataCollection.FilterOperationExpression</span>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
