# C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder" data-uid="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder" class="text-break">FilterSettingBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Sheet.FilterSetting.html">FilterSetting</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="../C1.Web.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.FilterSetting.html">FilterSetting</a>, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.html">FilterSettingBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">FilterSettingBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.html">C1.Web.Mvc.Sheet.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterSettingBuilder : BaseBuilder&lt;FilterSetting, FilterSettingBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterSettingBuilder
    Inherits BaseBuilder(Of FilterSetting, FilterSettingBuilder)</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_Web_Mvc_Sheet_Fluent_FilterSettingBuilder__ctor_C1_Web_Mvc_Sheet_FilterSetting_" data-uid="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.#ctor(C1.Web.Mvc.Sheet.FilterSetting)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.-ctor.html#C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder__ctor_C1_Web_Mvc_Sheet_FilterSetting_">FilterSettingBuilder(FilterSetting)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.html">FilterSettingBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Sheet_Fluent_FilterSettingBuilder_ColumnFilters_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Sheet_ColumnFilterSetting_C1_Web_Mvc_Sheet_Fluent_ColumnFilterSettingBuilder___" data-uid="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.ColumnFilters(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.Sheet.ColumnFilterSetting,C1.Web.Mvc.Sheet.Fluent.ColumnFilterSettingBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.ColumnFilters.html#C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder_ColumnFilters_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Sheet_ColumnFilterSetting_C1_Web_Mvc_Sheet_Fluent_ColumnFilterSettingBuilder___">ColumnFilters(Action&lt;ListItemFactory&lt;ColumnFilterSetting, ColumnFilterSettingBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ColumnFilters property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder_FilterColumns_System_String___" data-uid="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.FilterColumns(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FilterSettingBuilder.FilterColumns.html#C1_Web_Mvc_Sheet_Fluent_FilterSettingBuilder_FilterColumns_System_String___">FilterColumns(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets an array containing the names or bindings of the columns that should have filters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
