Class NamedToStringConverter
A converter that converts an object to string using the Display
Inheritance
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class NamedToStringConverter : Object, IValueConverter
Constructors
NamedToStringConverter()
Declaration
public NamedToStringConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
If the value
implements INamed returns the Displayvalue
System.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The value. |
System. The targetType - this parameter is ignored. |
System. Converter parameter - this parameter is ignored. |
System. Culture - this parameter is ignored. |
Returns
System. The DisplayName or the ToString representation of the |
ConvertBack(Object, Type, Object, CultureInfo)
System.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|