Overload List

  Name Description
Public method 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).
Public method SetSource(ICollection, Boolean)
Sets the converter source to a list of values to store in the cell.
Public method 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