# C1.WPF.DataFilter.FullTextFilterPresenter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_FullTextFilterPresenter" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter" class="text-break">FullTextFilterPresenter Class
</h1>
  <div class="markdown level0 summary"><p>Presenter for FullTextFilter.</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">FullTextFilterPresenter</span></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_FullTextFilterPresenter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;ChkBoxMatchCase&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;ChkBoxMatchWholeWord&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;TxtSearchBox&quot;, Type = typeof(TextBox))]
public class FullTextFilterPresenter : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;ChkBoxMatchCase&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;ChkBoxMatchWholeWord&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;TxtSearchBox&quot;, Type:=GetType(TextBox))&gt;
Public Class FullTextFilterPresenter
    Inherits C1View</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_FullTextFilterPresenter__ctor" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.-ctor.html#C1_WPF_DataFilter_FullTextFilterPresenter__ctor">FullTextFilterPresenter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.html">FullTextFilterPresenter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_FullTextFilterPresenter_FilterProperty" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.FilterProperty">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.FilterProperty.html">FilterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.Filter.html#C1_WPF_DataFilter_FullTextFilterPresenter_Filter">Filter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_HeaderContentProperty" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.HeaderContentProperty">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.HeaderContentProperty.html">HeaderContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.HeaderContent.html#C1_WPF_DataFilter_FullTextFilterPresenter_HeaderContent">HeaderContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_MatchCaseProperty" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.MatchCaseProperty">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.MatchCaseProperty.html">MatchCaseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.MatchCase.html#C1_WPF_DataFilter_FullTextFilterPresenter_MatchCase">MatchCase</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_MatchWholeWordProperty" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.MatchWholeWordProperty">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.MatchWholeWordProperty.html">MatchWholeWordProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.MatchWholeWord.html#C1_WPF_DataFilter_FullTextFilterPresenter_MatchWholeWord">MatchWholeWord</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_TextProperty" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.TextProperty">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.Text.html#C1_WPF_DataFilter_FullTextFilterPresenter_Text">Text</a> dependency property.</p>
</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_FullTextFilterPresenter_Filter" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.Filter">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.Filter.html#C1_WPF_DataFilter_FullTextFilterPresenter_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets filter associated with this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_HeaderContent" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.HeaderContent">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.HeaderContent.html#C1_WPF_DataFilter_FullTextFilterPresenter_HeaderContent">HeaderContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content for the Header of current <a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_MatchCase" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.MatchCase">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.MatchCase.html#C1_WPF_DataFilter_FullTextFilterPresenter_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value of MatchCase checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_MatchWholeWord" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.MatchWholeWord">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.MatchWholeWord.html#C1_WPF_DataFilter_FullTextFilterPresenter_MatchWholeWord">MatchWholeWord</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value of MatchWholeWord checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_Text" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.Text">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.Text.html#C1_WPF_DataFilter_FullTextFilterPresenter_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of search box.</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_FullTextFilterPresenter_Dispose_System_Boolean_" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.Dispose.html#C1_WPF_DataFilter_FullTextFilterPresenter_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_ImplementLocalization" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.ImplementLocalization">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.ImplementLocalization.html#C1_WPF_DataFilter_FullTextFilterPresenter_ImplementLocalization">ImplementLocalization()</a>
        </td>
        <td class="markdown level1 summary"><p>Implement localization.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FullTextFilterPresenter_OnApplyTemplate" data-uid="C1.WPF.DataFilter.FullTextFilterPresenter.OnApplyTemplate">
          <a class="xref" href="C1.WPF.DataFilter.FullTextFilterPresenter.OnApplyTemplate.html#C1_WPF_DataFilter_FullTextFilterPresenter_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
