ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowsAddedEventArgs Class / AddedRows Property

In This Topic
    AddedRows Property
    In This Topic
    Gets the added rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AddedRows As DataGridRow()
    public DataGridRow[] AddedRows {get;}

    Property Value

    The added rows.
    See Also