ComponentOne DataGrid for WPF and Silverlight
Item(Int32) Property

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class > Item Property : Item(Int32) Property
Gets the DataGridRow at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As DataGridRow
public DataGridRow Item( 
   System.int index
) {get;}

Parameters

index
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members
Overload List