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

FeatureLayerInfo if present will be used in the sorting, filtering and Grouping processes. Coded value domains will be sorted, filtered and grouped according to the display text not the underlying code.

Syntax

Visual Basic (Declaration) 
Public Property LayerInfo As FeatureLayerInfo
C# 
public FeatureLayerInfo LayerInfo {get; set;}

Example

Coded Value: [[0,New][1,Open][2,Closed]] with the FeatureLayerInfo sorting will be performed on New,Open and Closed which is the display text and not on 0,1,2 which is the code.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.