# FarPoint.Win.Spread.IFilterItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IFilterItem" data-uid="FarPoint.Win.Spread.IFilterItem" class="text-break">IFilterItem Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the creation of custom row filters for filtering rows on a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></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_IFilterItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFilterItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFilterItem</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_IFilterItem_DisplayAtTopOfList" data-uid="FarPoint.Win.Spread.IFilterItem.DisplayAtTopOfList">
          <a class="xref" href="FarPoint.Win.Spread.IFilterItem.DisplayAtTopOfList.html#FarPoint_Win_Spread_IFilterItem_DisplayAtTopOfList">DisplayAtTopOfList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the display name should be added to the top of the filter drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IFilterItem_DisplayName" data-uid="FarPoint.Win.Spread.IFilterItem.DisplayName">
          <a class="xref" href="FarPoint.Win.Spread.IFilterItem.DisplayName.html#FarPoint_Win_Spread_IFilterItem_DisplayName">DisplayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IFilterItem_SheetView" data-uid="FarPoint.Win.Spread.IFilterItem.SheetView">
          <a class="xref" href="FarPoint.Win.Spread.IFilterItem.SheetView.html#FarPoint_Win_Spread_IFilterItem_SheetView">SheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the sheet to filter.</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_IFilterItem_Filter_System_Int32_" data-uid="FarPoint.Win.Spread.IFilterItem.Filter(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.IFilterItem.Filter.html#FarPoint_Win_Spread_IFilterItem_Filter_System_Int32_">Filter(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a filter from the filter drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IFilterItem_ShowInDropDown_System_Int32_System_Int32___" data-uid="FarPoint.Win.Spread.IFilterItem.ShowInDropDown(System.Int32,System.Int32[])">
          <a class="xref" href="FarPoint.Win.Spread.IFilterItem.ShowInDropDown.html#FarPoint_Win_Spread_IFilterItem_ShowInDropDown_System_Int32_System_Int32___">ShowInDropDown(int, int[])</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this filter should be displayed in the filter drop-down list
based on the currently filtered-in rows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
