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.
|
Methods
Name | Description | |
---|---|---|
![]() |
Convert |
Converts data values into display values.
|
![]() |
ConvertBack |
Converts display values back into data values.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(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.
|
![]() |
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.
|