Class DictionaryConverterItem
Inheritance
System.Object
DictionaryConverterItem
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DictionaryConverterItem : Object
Constructors
DictionaryConverterItem()
Declaration
public DictionaryConverterItem()
Properties
Key
Declaration
public object Key { get; set; }
Property Value
System.Object
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|