# C1.Web.Mvc.ConditionFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ConditionFilter" data-uid="C1.Web.Mvc.ConditionFilter" class="text-break">ConditionFilter Class
</h1>
  <div class="markdown level0 summary"><p>Defines a condition filter for a column.</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">ConditionFilter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_ConditionFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConditionFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConditionFilter</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_Web_Mvc_ConditionFilter_And" data-uid="C1.Web.Mvc.ConditionFilter.And">
          <a class="xref" href="C1.Web.Mvc.ConditionFilter.And.html#C1_Web_Mvc_ConditionFilter_And">And</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the two conditions should be combined with an AND or an OR operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ConditionFilter_Condition1" data-uid="C1.Web.Mvc.ConditionFilter.Condition1">
          <a class="xref" href="C1.Web.Mvc.ConditionFilter.Condition1.html#C1_Web_Mvc_ConditionFilter_Condition1">Condition1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first condition in the filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ConditionFilter_Condition2" data-uid="C1.Web.Mvc.ConditionFilter.Condition2">
          <a class="xref" href="C1.Web.Mvc.ConditionFilter.Condition2.html#C1_Web_Mvc_ConditionFilter_Condition2">Condition2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the second condition in the filter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
