ArcGIS API for Windows Phone - Library Reference
LayerItemsSource Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.Primitives Namespace > LayerItemViewModel Class : LayerItemsSource Property

The enumeration of all legend items (LegendItemViewModel + LayerItemViewModel) displayed under this layer item. This enumeration is depending on the LayerItemsMode property and on the ShowOnlyVisibleLayers property.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property LayerItemsSource As IEnumerable(Of LegendItemViewModel)
C# 
public override IEnumerable<LegendItemViewModel> LayerItemsSource {get;}

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.