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

Gets the children of the legend item.

Syntax

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

Property Value

The children. Note that a basic item returns always null but the method can be overridden by inherited classes.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.