ComponentOne DataGrid for WPF and Silverlight
AddedRows Property (DataGridRowsAddedEventArgs)

C1.WPF.DataGrid Namespace > DataGridRowsAddedEventArgs Class : AddedRows Property
Gets the added rows.
Syntax
'Declaration
 
Public ReadOnly Property AddedRows As DataGridRow()
public DataGridRow[] AddedRows {get;}

Property Value

The added rows.
See Also

Reference

DataGridRowsAddedEventArgs Class
DataGridRowsAddedEventArgs Members