ComponentOne FlexGrid for WPF and Silverlight
SetSource(ICollection,Boolean) Method

C1.WPF.FlexGrid Namespace > ColumnValueConverter Class > SetSource Method : SetSource(ICollection,Boolean) Method
Values to store in cells and display to user.
Whether the user can enter values that are not on the list.
Sets the converter source to a list of values to store in the cell.
Syntax
'Declaration
 
Public Overloads Sub SetSource( _
   ByVal values As System.Collections.ICollection, _
   ByVal exclusive As System.Boolean _
) 
public void SetSource( 
   System.Collections.ICollection values,
   System.bool exclusive
)

Parameters

values
Values to store in cells and display to user.
exclusive
Whether the user can enter values that are not on the list.
See Also

Reference

ColumnValueConverter Class
ColumnValueConverter Members
Overload List