[]
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 | Description |
---|---|
bool | True if the item should be shown; otherwise, false. |