New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DictionaryConverterItem

Inheritance: objectDictionaryConverterItem

Constructors

C#
public DictionaryConverterItem()

Properties

Gets or sets the key for the dictionary item.

C#
public object Key { get; set; }
Property Value:

The key object.

Gets or sets the value for the dictionary item.

C#
public object Value { get; set; }
Property Value:

The value object.