# C1.Win.FlexGrid.IC1ColumnFilterEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IC1ColumnFilterEditor" data-uid="C1.Win.FlexGrid.IC1ColumnFilterEditor" class="text-break">IC1ColumnFilterEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by column filter editor controls.</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_IC1ColumnFilterEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1ColumnFilterEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1ColumnFilterEditor</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_IC1ColumnFilterEditor_KeepFormOpen" data-uid="C1.Win.FlexGrid.IC1ColumnFilterEditor.KeepFormOpen">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilterEditor.KeepFormOpen.html#C1_Win_FlexGrid_IC1ColumnFilterEditor_KeepFormOpen">KeepFormOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether the containing form should remain
open even when it is deactivated.</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_IC1ColumnFilterEditor_ApplyChanges" data-uid="C1.Win.FlexGrid.IC1ColumnFilterEditor.ApplyChanges">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilterEditor.ApplyChanges.html#C1_Win_FlexGrid_IC1ColumnFilterEditor_ApplyChanges">ApplyChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies changes to the filter being edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IC1ColumnFilterEditor_Initialize_C1_Win_FlexGrid_C1FlexGridBase_System_Int32_C1_Win_FlexGrid_IC1ColumnFilter_" data-uid="C1.Win.FlexGrid.IC1ColumnFilterEditor.Initialize(C1.Win.FlexGrid.C1FlexGridBase,System.Int32,C1.Win.FlexGrid.IC1ColumnFilter)">
          <a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilterEditor.Initialize.html#C1_Win_FlexGrid_IC1ColumnFilterEditor_Initialize_C1_Win_FlexGrid_C1FlexGridBase_System_Int32_C1_Win_FlexGrid_IC1ColumnFilter_">Initialize(C1FlexGridBase, int, IC1ColumnFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the editor with parameters from a filter to be edited.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
