ClassEnumToBooleanConverter
Class
Represents converter, which converts Enum types to and from a boolean value using the given parameter.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
[Obsolete("Use the EnumToBooleanConverter from the Telerik.Windows.Controls assembly. Obsoleted 2013.Q1. To be deleted 2013.Q1.SP1.")]
public class EnumToBooleanConverter : IValueConverter
Inheritance: objectEnumToBooleanConverter
Implements:
Constructors
EnumToBooleanConverter()
Declaration
cs-api-definition
public EnumToBooleanConverter()
Methods
Convert(object, Type, object, CultureInfo)
Not implemented.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Not implemented.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns