# C1.WPF.Grid.GridFilterCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridFilterCell" data-uid="C1.WPF.Grid.GridFilterCell" class="text-break">GridFilterCell Class
</h1>
  <div class="markdown level0 summary"><p>Visual element displayed in the filter row to allow the user to enter text as well as giving more options to filter.</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">GridFilterCell</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IDependencyObject</span></div>
  </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_GridFilterCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = &quot;TextBox&quot;, Type = typeof(C1AutoCompleteTextBox))]
[TemplatePart(Name = &quot;OptionsDropDown&quot;, Type = typeof(C1DropDownButton))]
[TemplatePart(Name = &quot;ApplyButton&quot;, Type = typeof(C1Button))]
[TemplatePart(Name = &quot;ClearButton&quot;, Type = typeof(C1Button))]
public class GridFilterCell : C1View, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;TemplatePart(Name:=&quot;TextBox&quot;, Type:=GetType(C1AutoCompleteTextBox))&gt;
&lt;TemplatePart(Name:=&quot;OptionsDropDown&quot;, Type:=GetType(C1DropDownButton))&gt;
&lt;TemplatePart(Name:=&quot;ApplyButton&quot;, Type:=GetType(C1Button))&gt;
&lt;TemplatePart(Name:=&quot;ClearButton&quot;, Type:=GetType(C1Button))&gt;
Public Class GridFilterCell
    Inherits C1View
    Implements IDependencyObject</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_Grid_GridFilterCell__ctor" data-uid="C1.WPF.Grid.GridFilterCell.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.-ctor.html#C1_WPF_Grid_GridFilterCell__ctor">GridFilterCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridFilterCell.html">GridFilterCell</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_Grid_GridFilterCell_ApplyButtonVisibilityProperty" data-uid="C1.WPF.Grid.GridFilterCell.ApplyButtonVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.ApplyButtonVisibilityProperty.html">ApplyButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.ApplyButtonVisibility.html#C1_WPF_Grid_GridFilterCell_ApplyButtonVisibility">ApplyButtonVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_ClearButtonVisibilityProperty" data-uid="C1.WPF.Grid.GridFilterCell.ClearButtonVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.ClearButtonVisibilityProperty.html">ClearButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.ClearButtonVisibility.html#C1_WPF_Grid_GridFilterCell_ClearButtonVisibility">ClearButtonVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_DelayProperty" data-uid="C1.WPF.Grid.GridFilterCell.DelayProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.DelayProperty.html">DelayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.Delay.html#C1_WPF_Grid_GridFilterCell_Delay">Delay</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_DropDownContentProperty" data-uid="C1.WPF.Grid.GridFilterCell.DropDownContentProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.DropDownContentProperty.html">DropDownContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.DropDownContent.html#C1_WPF_Grid_GridFilterCell_DropDownContent">DropDownContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_IsDropDownOpenProperty" data-uid="C1.WPF.Grid.GridFilterCell.IsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.IsDropDownOpen.html#C1_WPF_Grid_GridFilterCell_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_OptionsIconTemplateProperty" data-uid="C1.WPF.Grid.GridFilterCell.OptionsIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.OptionsIconTemplateProperty.html">OptionsIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.OptionsIconTemplate.html#C1_WPF_Grid_GridFilterCell_OptionsIconTemplate">OptionsIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_PlaceholderProperty" data-uid="C1.WPF.Grid.GridFilterCell.PlaceholderProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.Placeholder.html#C1_WPF_Grid_GridFilterCell_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_PopupStyleProperty" data-uid="C1.WPF.Grid.GridFilterCell.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.PopupStyle.html#C1_WPF_Grid_GridFilterCell_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_TextProperty" data-uid="C1.WPF.Grid.GridFilterCell.TextProperty">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridFilterCell.Text.html#C1_WPF_Grid_GridFilterCell_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_Grid_GridFilterCell_ApplyButtonVisibility" data-uid="C1.WPF.Grid.GridFilterCell.ApplyButtonVisibility">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.ApplyButtonVisibility.html#C1_WPF_Grid_GridFilterCell_ApplyButtonVisibility">ApplyButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_ClearButtonVisibility" data-uid="C1.WPF.Grid.GridFilterCell.ClearButtonVisibility">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.ClearButtonVisibility.html#C1_WPF_Grid_GridFilterCell_ClearButtonVisibility">ClearButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_Column" data-uid="C1.WPF.Grid.GridFilterCell.Column">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.Column.html#C1_WPF_Grid_GridFilterCell_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Property used to hold the column the filter is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_Delay" data-uid="C1.WPF.Grid.GridFilterCell.Delay">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.Delay.html#C1_WPF_Grid_GridFilterCell_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_DropDownContent" data-uid="C1.WPF.Grid.GridFilterCell.DropDownContent">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.DropDownContent.html#C1_WPF_Grid_GridFilterCell_DropDownContent">DropDownContent</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_IsDropDownOpen" data-uid="C1.WPF.Grid.GridFilterCell.IsDropDownOpen">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.IsDropDownOpen.html#C1_WPF_Grid_GridFilterCell_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_OptionsIconTemplate" data-uid="C1.WPF.Grid.GridFilterCell.OptionsIconTemplate">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.OptionsIconTemplate.html#C1_WPF_Grid_GridFilterCell_OptionsIconTemplate">OptionsIconTemplate</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_Placeholder" data-uid="C1.WPF.Grid.GridFilterCell.Placeholder">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.Placeholder.html#C1_WPF_Grid_GridFilterCell_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_PopupStyle" data-uid="C1.WPF.Grid.GridFilterCell.PopupStyle">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.PopupStyle.html#C1_WPF_Grid_GridFilterCell_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the drop-down filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_Text" data-uid="C1.WPF.Grid.GridFilterCell.Text">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.Text.html#C1_WPF_Grid_GridFilterCell_Text">Text</a>
        </td>
        <td class="markdown level1 summary"></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_Grid_GridFilterCell_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridFilterCell.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.Dispose.html#C1_WPF_Grid_GridFilterCell_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_OnApplyTemplate" data-uid="C1.WPF.Grid.GridFilterCell.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.OnApplyTemplate.html#C1_WPF_Grid_GridFilterCell_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_OnAutoComplete_C1_WPF_Input_TextBoxAutoCompleteEventArgs_" data-uid="C1.WPF.Grid.GridFilterCell.OnAutoComplete(C1.WPF.Input.TextBoxAutoCompleteEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.OnAutoComplete.html#C1_WPF_Grid_GridFilterCell_OnAutoComplete_C1_WPF_Input_TextBoxAutoCompleteEventArgs_">OnAutoComplete(TextBoxAutoCompleteEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the auto-complete of the text-box is triggered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_OnPaddingChanged" data-uid="C1.WPF.Grid.GridFilterCell.OnPaddingChanged">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.OnPaddingChanged.html#C1_WPF_Grid_GridFilterCell_OnPaddingChanged">OnPaddingChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_ApplyExecuted" data-uid="C1.WPF.Grid.GridFilterCell.ApplyExecuted">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.ApplyExecuted.html">ApplyExecuted</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the Apply button is executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_AutoComplete" data-uid="C1.WPF.Grid.GridFilterCell.AutoComplete">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.AutoComplete.html">AutoComplete</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the auto-complete of the text-box is triggered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_ClearExecuted" data-uid="C1.WPF.Grid.GridFilterCell.ClearExecuted">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.ClearExecuted.html">ClearExecuted</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the Clear button is executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridFilterCell_IsDropDownOpenChanged" data-uid="C1.WPF.Grid.GridFilterCell.IsDropDownOpenChanged">
          <a class="xref" href="C1.WPF.Grid.GridFilterCell.IsDropDownOpenChanged.html">IsDropDownOpenChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the drop down is opened or closed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
