[]
Returns whether the item should be shown in the 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 | The integer |
int[] | filteredInRowList | int[] |
Type | Description |
---|---|
bool | True if the item should be shown; otherwise, false. |