[]
Determines whether the filter item name should be displayed in the filter drop-down list.
public override bool ShowInDropDown(int columnIndex, int[] filteredInRowList)
Public Overrides Function ShowInDropDown(columnIndex As Integer, filteredInRowList As Integer()) As Boolean
| Type | Name | Description |
|---|---|---|
| int | columnIndex | Column index |
| int[] | filteredInRowList | List |
| Type | Description |
|---|---|
| bool | true if is filter in; false otherwise |