# C1.Win.FlexGrid.AllowFiltering

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_AllowFiltering" data-uid="C1.Win.FlexGrid.AllowFiltering" class="text-break">AllowFiltering Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of filter to be used for a <a class="xref" href="C1.Win.FlexGrid.Column.html">Column</a>.</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_AllowFiltering_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AllowFiltering</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AllowFiltering</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_FlexGrid_AllowFiltering_ByCondition">ByCondition</td>
        <td><p>Filter column by conditions using a <a class="xref" href="C1.Win.FlexGrid.ConditionFilter.html">ConditionFilter</a>. The number of conditions is not limited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowFiltering_ByValue">ByValue</td>
        <td><p>Filter column by values using a <a class="xref" href="C1.Win.FlexGrid.ValueFilter.html">ValueFilter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowFiltering_Custom">Custom</td>
        <td><p>Filter column using a filter specified by the caller.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowFiltering_Default">Default</td>
        <td><p>Filter column using a <a class="xref" href="C1.Win.FlexGrid.ColumnFilter.html">ColumnFilter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowFiltering_None">None</td>
        <td><p>Do not provide a filter for this column.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
