The ColumnValueConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ColumnValueConverter()()()() |
Initializes a new instance of a ColumnValueConverter.
|
![]() |
ColumnValueConverter(IDictionary) |
Initializes a new instance of a ColumnValueConverter based on a dictionary.
|
![]() |
ColumnValueConverter(ICollection, Boolean) |
Initializes a new instance of a ColumnValueConverter based on a simple value list.
|
![]() |
ColumnValueConverter(IEnumerable, String, String) |
Initializes a new instance of a ColumnValueConverter based on an object collection.
|
Methods
Name | Description | |
---|---|---|
![]() |
Convert |
Converts data values into display values.
|
![]() |
ConvertBack |
Converts display values back into data values.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.
|
![]() |
ToString | (Inherited from Object.) |
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.
|