'Declaration Public Function New( _ ByVal values As ICollection, _ ByVal exclusive As Boolean _ )
public ColumnValueConverter( ICollection values, bool exclusive )
Parameters
- values
- List with valid values for a grid column.
- exclusive
- Whether the column may contain values not included in the values list.