Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class FeatureCollectionView Inherits System.Windows.Data.CollectionView |
C# | |
---|---|
public sealed class FeatureCollectionView : System.Windows.Data.CollectionView |
FeatureCollectionview is a custom CollectionView class that extends a CollectionView to include sorting and filtering. FeatureCollectionView is specifically designed to work with a collection of Graphic. SortDescriptors can be added to sort the Graphics according to and Attribute in Ascending/Descending order. A filter can be applied to the FeatureCollection using a Predicate. see Predicate definition for more information on filter.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.Data.CollectionView
ESRI.ArcGIS.Client.Toolkit.FeatureCollectionView
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family