Class DictionaryConverter
Inheritance
System.Object
DictionaryConverter
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DictionaryConverter : Object, IValueConverter
Constructors
DictionaryConverter()
Declaration
public DictionaryConverter()
Properties
Dictionary
Declaration
public List<DictionaryConverterItem> Dictionary { get; }
Property Value
System.Collections.Generic.List<DictionaryConverterItem>
|
FallbackValue
Declaration
public object FallbackValue { get; set; }
Property Value
System.Object
|
Methods
Convert(Object, Type, Object, CultureInfo)
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|
ConvertBack(Object, Type, Object, CultureInfo)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|