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

row
Row object from FeatureDataGrid.ItemsSource collection
Get a row from the FeatureDataGrid and returns the matching Graphic for the row.

Syntax

Visual Basic (Declaration) 
Public Function GetGraphicFromRow( _
   ByVal row As Object _
) As Graphic
C# 
public Graphic GetGraphicFromRow( 
   object row
)

Parameters

row
Row object from FeatureDataGrid.ItemsSource collection

Return Value

Graphic that represented by a row object

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.