ValidatingSelectorValueToDisplayNameConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ValidatingSelectorValueToDisplayNameConverterTakes class is responsible for returning a display friendly name for the ValidatingSelectorValue class.
public ref class ValidatingSelectorValueToDisplayNameConverter : System::Windows::Data::IMultiValueConverter
public class ValidatingSelectorValueToDisplayNameConverter : System.Windows.Data.IMultiValueConverter
type ValidatingSelectorValueToDisplayNameConverter = class
interface IMultiValueConverter
Public Class ValidatingSelectorValueToDisplayNameConverter
Implements IMultiValueConverter
- Inheritance
-
ValidatingSelectorValueToDisplayNameConverter
- Implements
Constructors
ValidatingSelectorValueToDisplayNameConverter() |
Methods
Convert(Object[], Type, Object, CultureInfo) |
Takes in a value and a converter and runs the converter on the value returning a display friendly name. |
ConvertBack(Object, Type[], Object, CultureInfo) |
The method is not used. |