ArcGIS API for WPF - Library Reference
LayerItemsSource Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > Legend Class : LayerItemsSource Property

The enumeration of the legend items displayed at the first level of the legend control. This enumeration is depending on the LayerItemsMode property and on the ShowOnlyVisibleLayers property.

Syntax

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

Property Value

The layer items source.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.