# C1.Win.FlexGrid.IC1ColumnFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IC1ColumnFilter" data-uid="C1.Win.FlexGrid.IC1ColumnFilter" class="text-break">IC1ColumnFilter Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by column filter objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_IC1ColumnFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1ColumnFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1ColumnFilter</code></pre>
  </div>
  <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_Win_FlexGrid_IC1ColumnFilter_IsActive" data-uid="C1.Win.FlexGrid.IC1ColumnFilter.IsActive">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilter.IsActive.html#C1_Win_FlexGrid_IC1ColumnFilter_IsActive">IsActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether the filter is active.</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_Win_FlexGrid_IC1ColumnFilter_Apply_System_Object_" data-uid="C1.Win.FlexGrid.IC1ColumnFilter.Apply(System.Object)">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilter.Apply.html#C1_Win_FlexGrid_IC1ColumnFilter_Apply_System_Object_">Apply(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the filter to a value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IC1ColumnFilter_GetEditor" data-uid="C1.Win.FlexGrid.IC1ColumnFilter.GetEditor">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilter.GetEditor.html#C1_Win_FlexGrid_IC1ColumnFilter_GetEditor">GetEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor used to modify the filter at run time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IC1ColumnFilter_Reset" data-uid="C1.Win.FlexGrid.IC1ColumnFilter.Reset">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilter.Reset.html#C1_Win_FlexGrid_IC1ColumnFilter_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the filter making it inactive.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
