# C1.Win.FlexGrid.ColumnFilterEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_ColumnFilterEditor" data-uid="C1.Win.FlexGrid.ColumnFilterEditor" class="text-break">ColumnFilterEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control used to edit a <a class="xref" href="C1.Win.FlexGrid.ColumnFilter.html">ColumnFilter</a> object.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">ColumnFilterEditor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="C1.Win.FlexGrid.IC1ColumnFilterEditor.html">IC1ColumnFilterEditor</a></div>
  </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_ColumnFilterEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColumnFilterEditor : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IC1ColumnFilterEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColumnFilterEditor
    Inherits UserControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IC1ColumnFilterEditor</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_Win_FlexGrid_ColumnFilterEditor__ctor" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.#ctor">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.-ctor.html#C1_Win_FlexGrid_ColumnFilterEditor__ctor">ColumnFilterEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates instance of the column filter editor.</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_Win_FlexGrid_ColumnFilterEditor_ConditionFilterEditor" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.ConditionFilterEditor">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.ConditionFilterEditor.html">ConditionFilterEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Multiple condition filter editor control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_ValueFilterEditor" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.ValueFilterEditor">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.ValueFilterEditor.html">ValueFilterEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Value filter editor control.</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_Win_FlexGrid_ColumnFilterEditor_ActiveEditor" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.ActiveEditor">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.ActiveEditor.html#C1_Win_FlexGrid_ColumnFilterEditor_ActiveEditor">ActiveEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the active filter editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_DefaultSize" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.DefaultSize">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.DefaultSize.html#C1_Win_FlexGrid_ColumnFilterEditor_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_Filter" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.Filter">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.Filter.html#C1_Win_FlexGrid_ColumnFilterEditor_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Filter object.</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_ColumnFilterEditor_ApplyChanges" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.ApplyChanges">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.ApplyChanges.html#C1_Win_FlexGrid_ColumnFilterEditor_ApplyChanges">ApplyChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies changes to filter editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_Initialize_C1_Win_FlexGrid_C1FlexGridBase_System_Int32_C1_Win_FlexGrid_IC1ColumnFilter_" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.Initialize(C1.Win.FlexGrid.C1FlexGridBase,System.Int32,C1.Win.FlexGrid.IC1ColumnFilter)">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.Initialize.html#C1_Win_FlexGrid_ColumnFilterEditor_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 Filter editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_OnControlAdded_System_Windows_Forms_ControlEventArgs_" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.OnControlAdded.html#C1_Win_FlexGrid_ColumnFilterEditor_OnControlAdded_System_Windows_Forms_ControlEventArgs_">OnControlAdded(ControlEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_OnControlRemoved_System_Windows_Forms_ControlEventArgs_" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.OnControlRemoved.html#C1_Win_FlexGrid_ColumnFilterEditor_OnControlRemoved_System_Windows_Forms_ControlEventArgs_">OnControlRemoved(ControlEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_OnGotFocus_System_EventArgs_" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.OnGotFocus.html#C1_Win_FlexGrid_ColumnFilterEditor_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnFilterEditor_OnLoad_System_EventArgs_" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.OnLoad(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.OnLoad.html#C1_Win_FlexGrid_ColumnFilterEditor_OnLoad_System_EventArgs_">OnLoad(EventArgs)</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_Win_FlexGrid_ColumnFilterEditor_ActiveEditorChanged" data-uid="C1.Win.FlexGrid.ColumnFilterEditor.ActiveEditorChanged">
          <a class="xref" href="C1.Win.FlexGrid.ColumnFilterEditor.ActiveEditorChanged.html">ActiveEditorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when active filter editor was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
