[]
Determines whether the name is 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 | Model column index |
int[] | filteredInRowList | List of rows filtered in |
Type | Description |
---|---|
bool | true if the name of the filter is displayed in the filter drop-down list; otherwise, false |