ArcGIS Extensibility SDK for Silverlight - Library Reference
SetPopupDataTemplates Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Extensibility Namespace > LayerProperties Class : SetPopupDataTemplates Method
obj
The layer to specify templates for
value
Dictionary with integer keys and string values. Integer keys are layer ids: -1 for a GraphicLayer, otherwise Layer ID. String values are XAML data template strings on which XamlReader.Load can be called to create a DataTemplate.
Sets the XAML data templates used to display the contents of a layer's popups.

Syntax

C# 
public static void SetPopupDataTemplates( 
   ESRI.ArcGIS.Client.Layer obj,
   IDictionary<int,string> value
)

Parameters

obj
The layer to specify templates for
value
Dictionary with integer keys and string values. Integer keys are layer ids: -1 for a GraphicLayer, otherwise Layer ID. String values are XAML data template strings on which XamlReader.Load can be called to create a DataTemplate.

Requirements

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

See Also

© Esri, Inc. All Rights Reserved.