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

Collection of LayerLegendInfos under this layer legend.

Syntax

Visual Basic (Declaration) 
Public Property LayerLegendInfos As IEnumerable(Of LayerLegendInfo)
C# 
public IEnumerable<LayerLegendInfo> LayerLegendInfos {get; set;}

Remarks

This collection can be null but is generally not null for a group layer or for a layer legend coming from an ArcGISDynamicmapServiceLayer.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.