
Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class DictionaryConverter |
C# | |
---|---|
public sealed class DictionaryConverter |
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]}.
{Binding [AttributeKey]}
{Binding SomeDictionary[AttributeKey]}.
System.Object
ESRI.ArcGIS.Client.ValueConverters.DictionaryConverter
Target Platforms: Windows Vista, Windows 7