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

In This Topic
    AddedRows Property (DataGridRowsAddedEventArgs)
    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