Initializes a new instance of a ColumnValueConverter based on a simple value list.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public ColumnValueConverter(
	ICollection values,
	bool exclusive
)
Visual Basic
Public Sub New ( _
	values As ICollection, _
	exclusive As Boolean _
)

Parameters

values
Type: System.Collections..::..ICollection
List with valid values for a grid column.
exclusive
Type: System..::..Boolean
Whether the column may contain values not included in the values list.

See Also