# FarPoint.Web.Spread.FilterBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_FilterBar" data-uid="FarPoint.Web.Spread.FilterBar" class="text-break">FilterBar Class
</h1>
  <div class="markdown level0 summary"><p>Provides a FilterBarInfo class that represents information about the filter bar in the Spread component.</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">FilterBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_FilterBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class FilterBar : ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class FilterBar
    Implements ISerializable, ISerializeSupport</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="FarPoint_Web_Spread_FilterBar_Cells" data-uid="FarPoint.Web.Spread.FilterBar.Cells">
          <a class="xref" href="FarPoint.Web.Spread.FilterBar.Cells.html#FarPoint_Web_Spread_FilterBar_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">FarPoint.Web.Spread.FilterBarCellCollection</span> object of the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterBar_DefaultHeaderStyle" data-uid="FarPoint.Web.Spread.FilterBar.DefaultHeaderStyle">
          <a class="xref" href="FarPoint.Web.Spread.FilterBar.DefaultHeaderStyle.html#FarPoint_Web_Spread_FilterBar_DefaultHeaderStyle">DefaultHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default header style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterBar_DefaultStyle" data-uid="FarPoint.Web.Spread.FilterBar.DefaultStyle">
          <a class="xref" href="FarPoint.Web.Spread.FilterBar.DefaultStyle.html#FarPoint_Web_Spread_FilterBar_DefaultStyle">DefaultStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterBar_FilterBarMode" data-uid="FarPoint.Web.Spread.FilterBar.FilterBarMode">
          <a class="xref" href="FarPoint.Web.Spread.FilterBar.FilterBarMode.html#FarPoint_Web_Spread_FilterBar_FilterBarMode">FilterBarMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter bar mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterBar_Height" data-uid="FarPoint.Web.Spread.FilterBar.Height">
          <a class="xref" href="FarPoint.Web.Spread.FilterBar.Height.html#FarPoint_Web_Spread_FilterBar_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter bar height.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_FilterBar_IndicatorCssClass" data-uid="FarPoint.Web.Spread.FilterBar.IndicatorCssClass">
          <a class="xref" href="FarPoint.Web.Spread.FilterBar.IndicatorCssClass.html#FarPoint_Web_Spread_FilterBar_IndicatorCssClass">IndicatorCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class for the filter bar indicator.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
