ComponentOne DataGrid for WPF and Silverlight
Item(Object) Property

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class > Item Property : Item(Object) Property
Gets the DataGridRow with the specified data item.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal item As System.Object _
) As DataGridRow
public DataGridRow Item( 
   System.object item
) {get;}

Parameters

item
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members
Overload List