ArcGIS API for Silverlight - Library Reference
FilterSource Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > FeatureDataGrid Class : FilterSource Property

Collection of graphics in the associated layer that have been filtered by a spatial/attribute query.

Syntax

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

Remarks

Is set then FeatureDataGrid will be populated by this collection.

Property Value

The filter source.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.