Data for Silverlight
Item Property (DataView)

C1.Silverlight.Data Namespace > DataView Class : Item Property
Index of the item to return.
Gets the DataRowView item at a given index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As DataRowView
public DataRowView this[ 
   int index
]; {get;}

Parameters

index
Index of the item to return.

Property Value

The DataRowView item at the given index.
See Also

Reference

DataView Class
DataView Members