ArcGIS API for WPF - Library Reference
DictionaryConverter Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.ValueConverters Namespace : DictionaryConverter Class

Value converter for getting a value from a Dictionary<string,object> instance. Parameter must be a string key.

Object Model

DictionaryConverter Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class DictionaryConverter 
C# 
public sealed class DictionaryConverter 

Remarks

This class is here for backwards compatibility with earlier releases. However the dictionary converter is no longer needed from Silverlight v4 and up. Binding into dictionaries can be done directly into the object by specifying the key in brackets. Ex:
{Binding [AttributeKey]}
{Binding SomeDictionary[AttributeKey]}.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.ValueConverters.DictionaryConverter

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.