ArcGIS API for WPF - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.