# C1.Win.GanttView.ITaskFilterEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_ITaskFilterEditor" data-uid="C1.Win.GanttView.ITaskFilterEditor" class="text-break">ITaskFilterEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by filter editor objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_ITaskFilterEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITaskFilterEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITaskFilterEditor</code></pre>
  </div>
  <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_GanttView_ITaskFilterEditor_ApplyChanges" data-uid="C1.Win.GanttView.ITaskFilterEditor.ApplyChanges">
          <a class="xref" href="C1.Win.GanttView.ITaskFilterEditor.ApplyChanges.html#C1_Win_GanttView_ITaskFilterEditor_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_GanttView_ITaskFilterEditor_Initialize_C1_Win_GanttView_C1GanttView_C1_Win_GanttView_BaseTaskFilter_" data-uid="C1.Win.GanttView.ITaskFilterEditor.Initialize(C1.Win.GanttView.C1GanttView,C1.Win.GanttView.BaseTaskFilter)">
          <a class="xref" href="C1.Win.GanttView.ITaskFilterEditor.Initialize.html#C1_Win_GanttView_ITaskFilterEditor_Initialize_C1_Win_GanttView_C1GanttView_C1_Win_GanttView_BaseTaskFilter_">Initialize(C1GanttView, BaseTaskFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>Load initial values for filter editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
