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

In This Topic
    Item(Object) Property
    In This Topic
    Gets the DataGridRow with the specified data item.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal item As Object _
    ) As DataGridRow
    public DataGridRow Item( 
       object item
    ) {get;}

    Parameters

    item
    See Also