Sets the converter source to a list of values to store in the cell.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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.