Class IsOfTypeConverter
An Microsoft.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class IsOfTypeConverter : Object, IValueConverter
Constructors
IsOfTypeConverter()
Declaration
public IsOfTypeConverter()
Properties
FalseValue
Gets or sets the value that is returned by the Convert() method when the incoming value is not of the provided Type.
Declaration
public object FalseValue { get; set; }
Property Value
System.
|
TrueValue
Gets or sets the value that is returned by the Convert() method when the incoming value is of the provided Type.
Declaration
public object TrueValue { get; set; }
Property Value
System.
|
Type
Gets or sets the System.
Declaration
public Type Type { get; set; }
Property Value
System.
|
Methods
Convert(Object, Type, Object, CultureInfo)
Converts the incoming value to one of two pre-defined values (True
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ConvertBack(Object, Type, Object, CultureInfo)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|