Class
DictionaryConverterItem

Represents a key-value pair item used in dictionary converters.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DictionaryConverterItem

Inheritance: objectDictionaryConverterItem

Constructors

DictionaryConverterItem()

Declaration

cs-api-definition
public DictionaryConverterItem()

Properties

Key

Gets or sets the key for the dictionary item.

Declaration

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

Property Value

object

The key object.

Value

Gets or sets the value for the dictionary item.

Declaration

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

Property Value

object

The value object.