# C1.Win.GanttView.ConditionTaskFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_ConditionTaskFilter" data-uid="C1.Win.GanttView.ConditionTaskFilter" class="text-break">ConditionTaskFilter Class
</h1>
  <div class="markdown level0 summary"><p>The filter with specific condition.</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">ConditionTaskFilter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </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_ConditionTaskFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConditionTaskFilter : ICloneable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConditionTaskFilter
    Implements ICloneable, INotifyPropertyChanged</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_GanttView_ConditionTaskFilter__ctor" data-uid="C1.Win.GanttView.ConditionTaskFilter.#ctor">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.-ctor.html#C1_Win_GanttView_ConditionTaskFilter__ctor">ConditionTaskFilter()</a>
        </td>
        <td class="markdown level1 summary"></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_GanttView_ConditionTaskFilter_CombinationOperator" data-uid="C1.Win.GanttView.ConditionTaskFilter.CombinationOperator">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.CombinationOperator.html#C1_Win_GanttView_ConditionTaskFilter_CombinationOperator">CombinationOperator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the operator to be used when combining multi conditions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ConditionTaskFilter_FilterField" data-uid="C1.Win.GanttView.ConditionTaskFilter.FilterField">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.FilterField.html#C1_Win_GanttView_ConditionTaskFilter_FilterField">FilterField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field is used for filtering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ConditionTaskFilter_FilterFieldName" data-uid="C1.Win.GanttView.ConditionTaskFilter.FilterFieldName">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.FilterFieldName.html#C1_Win_GanttView_ConditionTaskFilter_FilterFieldName">FilterFieldName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter field's name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ConditionTaskFilter_FilterValue" data-uid="C1.Win.GanttView.ConditionTaskFilter.FilterValue">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.FilterValue.html#C1_Win_GanttView_ConditionTaskFilter_FilterValue">FilterValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value for filter evaluation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ConditionTaskFilter_TestOperator" data-uid="C1.Win.GanttView.ConditionTaskFilter.TestOperator">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.TestOperator.html#C1_Win_GanttView_ConditionTaskFilter_TestOperator">TestOperator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the test operator is used to evaluate the <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.FilterValue.html#C1_Win_GanttView_ConditionTaskFilter_FilterValue">FilterValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ConditionTaskFilter_UniqueIdentity" data-uid="C1.Win.GanttView.ConditionTaskFilter.UniqueIdentity">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.UniqueIdentity.html#C1_Win_GanttView_ConditionTaskFilter_UniqueIdentity">UniqueIdentity</a>
        </td>
        <td class="markdown level1 summary"><p>Unique identifier for binding.</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_GanttView_ConditionTaskFilter_Clone" data-uid="C1.Win.GanttView.ConditionTaskFilter.Clone">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.Clone.html#C1_Win_GanttView_ConditionTaskFilter_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</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_GanttView_ConditionTaskFilter_PropertyChanged" data-uid="C1.Win.GanttView.ConditionTaskFilter.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.ConditionTaskFilter.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the method that will handle the System.ComponentModel.INotifyPropertyChanged.PropertyChanged
event raised when a property is changed on a component.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
