ClassTypeToBooleanConverter
Represents a converter that compares a value to a type and returns a Boolean.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public class TypeToBooleanConverter : IValueConverter
Inheritance: objectTypeToBooleanConverter
Implements:
Constructors
TypeToBooleanConverter()
Declaration
public TypeToBooleanConverter()
Properties
ComparisonType
Gets or sets the ComparisonType to compare.
Methods
Convert(object, Type, object, CultureInfo)
Converts a ComparisonType to Boolean.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The type to convert.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
True if value inherits ComparisonType; otherwise, false.
ConvertBack(object, Type, object, CultureInfo)
This method is not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
This parameter is not used.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
This method is not implemented.