Class EnumToBooleanConverter
Represents converter, which converts System.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class EnumToBooleanConverter : Object, IValueConverter
Remarks
The System.
Constructors
EnumToBooleanConverter()
Declaration
public EnumToBooleanConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts a System.parameter
values.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The System. |
System. This parameter is not used. |
System. One or more values, which will be check for equality
against the passed |
System. This parameter is not used. |
Returns
System. A boolean value indicating whether the given |
ConvertBack(Object, Type, Object, CultureInfo)
Converts the Boolean value back to the first System.parameter
.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The Boolean value. |
System. This parameter is not used. |
System. One or more System. |
System. This parameter is not used. |
Returns
System. First System. |