Share via


ValidatingSelectorValueToDisplayNameConverter Class

Definition

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.

Applies to