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

Gets the LayerItems for all layers that the legend control is working with.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LayerItems As ObservableCollection(Of LayerItemViewModel)
C# 
public ObservableCollection<LayerItemViewModel> LayerItems {get;}

Property Value

The LayerItems.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.