# C1.Web.Mvc.Sheet.FlexSheetFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_FlexSheetFilter" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter" class="text-break">FlexSheetFilter Class
</h1>
  <div class="markdown level0 summary"><p>Implements an Excel-style filter for FlexSheet controls.</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">FlexSheetFilter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_FlexSheetFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexSheetFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexSheetFilter</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_Sheet_FlexSheetFilter_DefaultFilterType" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter.DefaultFilterType">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.DefaultFilterType.html#C1_Web_Mvc_Sheet_FlexSheetFilter_DefaultFilterType">DefaultFilterType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default filter type to use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterApplied" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterApplied">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterApplied.html#C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterApplied">OnClientFilterApplied</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the filter is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterChanged" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanged">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanged.html#C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterChanged">OnClientFilterChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a column filter has been edited by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterChanging" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanging">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanging.html#C1_Web_Mvc_Sheet_FlexSheetFilter_OnClientFilterChanging">OnClientFilterChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a column filter is about to be edited by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FlexSheetFilter_ShowFilterIcons" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter.ShowFilterIcons">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.ShowFilterIcons.html#C1_Web_Mvc_Sheet_FlexSheetFilter_ShowFilterIcons">ShowFilterIcons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or 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_FlexSheetFilter_ShowSortButtons" data-uid="C1.Web.Mvc.Sheet.FlexSheetFilter.ShowSortButtons">
          <a class="xref" href="C1.Web.Mvc.Sheet.FlexSheetFilter.ShowSortButtons.html#C1_Web_Mvc_Sheet_FlexSheetFilter_ShowSortButtons">ShowSortButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the filter editor should include sort buttons.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
