Class
DictionaryStringConverterItem

Represents an item in a dictionary string converter that maps a key to a string value.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DictionaryStringConverterItem

Inheritance: objectDictionaryStringConverterItem

Constructors

DictionaryStringConverterItem()

Declaration

cs-api-definition
public DictionaryStringConverterItem()

Properties

Key

Gets or sets the key used for dictionary lookup.

Declaration

cs-api-definition
public object Key { get; set; }

Property Value

object

The key object.

Value

Gets or sets the string value associated with the key.

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string

The string value.