[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IconFilterItem.ShowInDropDown

ShowInDropDown Method

ShowInDropDown(int, int[])

Determines whether the name is 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

Model column index

int[] filteredInRowList

List of rows filtered in

Returns
Type Description
bool

true if the name of the filter is displayed in the filter drop-down list; otherwise, false

Overrides
Implements