# FarPoint.Win.Spread.CustomFilterItem.ShowInDropDown

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CustomFilterItem_ShowInDropDown_" data-uid="FarPoint.Win.Spread.CustomFilterItem.ShowInDropDown*">ShowInDropDown Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CustomFilterItem_ShowInDropDown_" data-uid="FarPoint.Win.Spread.CustomFilterItem.ShowInDropDown*"></a>
<h4 id="FarPoint_Win_Spread_CustomFilterItem_ShowInDropDown_System_Int32_System_Int32___" data-uid="FarPoint.Win.Spread.CustomFilterItem.ShowInDropDown(System.Int32,System.Int32[])">ShowInDropDown(int, int[])</h4>
<div class="markdown level1 summary"><p>Determines whether the name is displayed in the filter drop-down list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override bool ShowInDropDown(int columnIndex, int[] filteredInRowList)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function ShowInDropDown(columnIndex As Integer, filteredInRowList As Integer()) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnIndex</span></td>
      <td><p>Model column index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>[]</td>
      <td><span class="parametername">filteredInRowList</span></td>
      <td><p>List of rows filtered in</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Always return true.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="FarPoint.Win.Spread.BaseFilterItem.ShowInDropDown.html#FarPoint_Win_Spread_BaseFilterItem_ShowInDropDown_System_Int32_System_Int32___">BaseFilterItem.ShowInDropDown(int, int[])</a></div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IFilterItem.ShowInDropDown.html#FarPoint_Win_Spread_IFilterItem_ShowInDropDown_System_Int32_System_Int32___">IFilterItem.ShowInDropDown(int, int[])</a></div>
</div>
