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

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:

C#
public class DictionaryStringConverterItem

Inheritance: objectDictionaryStringConverterItem

Constructors

C#
public DictionaryStringConverterItem()

Properties

Gets or sets the key used for dictionary lookup.

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

The key object.

Gets or sets the string value associated with the key.

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

The string value.