ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the DataGridRow at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As DataGridRow
    public DataGridRow Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also