Sets the converter source to a list of values to store in the cell.

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

Syntax

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

Parameters

values
Type: System.Collections..::..ICollection
Values to store in cells and display to user.
exclusive
Type: System..::..Boolean
Whether the user can enter values that are not on the list.

See Also