In This Topic
Sets the converter source to a dictionary containing keys (objects to store in the column cells) and their corresponding display values (strings to display to the user).
Overload List
| Overload | Description |
| SetSource(IDictionary) | Sets the converter source to a dictionary containing keys (objects to store in the column cells) and their corresponding display values (strings to display to the user). |
| SetSource(ICollection,Boolean) | Sets the converter source to a list of values to store in the cell. |
| SetSource(IEnumerable,String,String) | Sets the converter source to a list of objects that contain the keys (values stored in the column cells) and their corresponding display values. |
See Also