ComponentOne FlexGrid for WPF and Silverlight
ColumnValueConverter Constructor(ICollection,Boolean)

C1.WPF.FlexGrid Namespace > ColumnValueConverter Class > ColumnValueConverter Constructor : ColumnValueConverter Constructor(ICollection,Boolean)
List with valid values for a grid column.
Whether the column may contain values not included in the values list.
Initializes a new instance of a ColumnValueConverter based on a simple value list.
Syntax
'Declaration
 
Public Function New( _
   ByVal values As System.Collections.ICollection, _
   ByVal exclusive As System.Boolean _
)
public ColumnValueConverter( 
   System.Collections.ICollection values,
   System.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.
See Also

Reference

ColumnValueConverter Class
ColumnValueConverter Members
Overload List