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

Can use predicate to filter graphics based on a custom criteria.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Property Filter As Predicate(Of Object)
C# 
public override Predicate<object> Filter {get; set;}

Property Value

A delegate that represents the method used to determine if an item is suitable for inclusion in the view.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.