# C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder" class="text-break">FlexSheetFilterBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.html">FlexSheetFilter</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.FlexSheetFilter.html">FlexSheetFilter</a>, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.html">FlexSheetFilterBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">FlexSheetFilterBuilder</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_FlexSheetFilterBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexSheetFilterBuilder : BaseBuilder&lt;FlexSheetFilter, FlexSheetFilterBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexSheetFilterBuilder
    Inherits BaseBuilder(Of FlexSheetFilter, FlexSheetFilterBuilder)</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_FlexSheetFilterBuilder__ctor_C1_Web_Mvc_Sheet_FlexSheetFilter_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.#ctor(C1.Web.Mvc.Sheet.FlexSheetFilter)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.-ctor.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder__ctor_C1_Web_Mvc_Sheet_FlexSheetFilter_">FlexSheetFilterBuilder(FlexSheetFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.html">FlexSheetFilterBuilder</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_FlexSheetFilterBuilder_DefaultFilterType_C1_Web_Mvc_FilterType_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.DefaultFilterType(C1.Web.Mvc.FilterType)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.DefaultFilterType.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_DefaultFilterType_C1_Web_Mvc_FilterType_">DefaultFilterType(FilterType)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.DefaultFilterType.html#C1_Web_Mvc_Sheet_FlexSheetFilter_DefaultFilterType">DefaultFilterType</a>.
Sets the default filter type to use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_OnClientFilterApplied_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.OnClientFilterApplied(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.OnClientFilterApplied.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_OnClientFilterApplied_System_String_">OnClientFilterApplied(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterApplied.html#C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterApplied">OnClientFilterApplied</a> client event.
Occurs after the filter is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_OnClientFilterChanged_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.OnClientFilterChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.OnClientFilterChanged.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_OnClientFilterChanged_System_String_">OnClientFilterChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanged.html#C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterChanged">OnClientFilterChanged</a> client event.
Occurs after a column filter has been edited by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_OnClientFilterChanging_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.OnClientFilterChanging(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.OnClientFilterChanging.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_OnClientFilterChanging_System_String_">OnClientFilterChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanging.html#C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterChanging">OnClientFilterChanging</a> client event.
Occurs when a column filter is about to be edited by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_ShowFilterIcons_System_Boolean_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.ShowFilterIcons(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.ShowFilterIcons.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_ShowFilterIcons_System_Boolean_">ShowFilterIcons(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.ShowFilterIcons.html#C1_Web_Mvc_Sheet_FlexSheetFilter_ShowFilterIcons">ShowFilterIcons</a>.
Sets whether the FlexSheetFilter should add filter editing buttons to the sheet's column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_ShowSortButtons_System_Boolean_" data-uid="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.ShowSortButtons(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder.ShowSortButtons.html#C1_Web_Mvc_Sheet_Fluent_FlexSheetFilterBuilder_ShowSortButtons_System_Boolean_">ShowSortButtons(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.ShowSortButtons.html#C1_Web_Mvc_Sheet_FlexSheetFilter_ShowSortButtons">ShowSortButtons</a>.
Gets or sets a value indicating whether the filter editor should include sort buttons.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
