The following tables list the members exposed by ColumnValueConverter.
Public Constructors
Public Properties
| Name | Description |
| Exclusive | Gets a value that determines whether the editor should only allow values present in the Values list. |
| Values | Gets the collection of values that should be displayed by the editor. |
Top
Public Methods
| Name | Description |
| Convert | Converts data values into display values. |
| ConvertBack | Converts display values back into data values. |
| SetSource | Overloaded. 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). |
Top
See Also