# FarPoint.Win.Spread.FilterBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FilterBar" data-uid="FarPoint.Win.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.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FilterBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class FilterBar : ISerializable, ISerializeSupport, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class FilterBar
    Implements ISerializable, ISerializeSupport, INotifyPropertyChanged</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_Win_Spread_FilterBar_Cells" data-uid="FarPoint.Win.Spread.FilterBar.Cells">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.Cells.html#FarPoint_Win_Spread_FilterBar_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">FarPoint.Win.Spread.FilterBarCellCollection</span> object of the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterBar_DefaultStyle" data-uid="FarPoint.Win.Spread.FilterBar.DefaultStyle">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.DefaultStyle.html#FarPoint_Win_Spread_FilterBar_DefaultStyle">DefaultStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default style information for the filter bar items in the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterBar_DefaultStyleName" data-uid="FarPoint.Win.Spread.FilterBar.DefaultStyleName">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.DefaultStyleName.html#FarPoint_Win_Spread_FilterBar_DefaultStyleName">DefaultStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the default style for the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterBar_Height" data-uid="FarPoint.Win.Spread.FilterBar.Height">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.Height.html#FarPoint_Win_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_Win_Spread_FilterBar_HorizontalGridLine" data-uid="FarPoint.Win.Spread.FilterBar.HorizontalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.HorizontalGridLine.html#FarPoint_Win_Spread_FilterBar_HorizontalGridLine">HorizontalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Win.Spread.GridLine.html">GridLine</a> object for the horizontal grid line in the filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterBar_VerticalGridLine" data-uid="FarPoint.Win.Spread.FilterBar.VerticalGridLine">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.VerticalGridLine.html#FarPoint_Win_Spread_FilterBar_VerticalGridLine">VerticalGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Win.Spread.GridLine.html">GridLine</a> object for the vertical grid line in the filter bar.</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="FarPoint_Win_Spread_FilterBar_FirePropertyChanged_System_String_" data-uid="FarPoint.Win.Spread.FilterBar.FirePropertyChanged(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.FirePropertyChanged.html#FarPoint_Win_Spread_FilterBar_FirePropertyChanged_System_String_">FirePropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the PropertyChanged event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_FilterBar_PropertyChanged" data-uid="FarPoint.Win.Spread.FilterBar.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.FilterBar.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
