[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultFilterItem.ShowInDropDown

ShowInDropDown Method

ShowInDropDown(int, int[])

Determines whether the filter item name should be displayed in the filter drop-down list.

Declaration
public override bool ShowInDropDown(int columnIndex, int[] filteredInRowList)
Public Overrides Function ShowInDropDown(columnIndex As Integer, filteredInRowList As Integer()) As Boolean
Parameters
Type Name Description
int columnIndex

Column index

int[] filteredInRowList

List

Returns
Type Description
bool

true if is filter in; false otherwise

Overrides