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