ComponentOne DataGrid for WPF and Silverlight
GetLoadedRows() Method

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : GetLoadedRows() Method
Gets the loaded rows until now.
Syntax
'Declaration
 
Public Function GetLoadedRows() As System.Collections.Generic.IEnumerable(Of DataGridRow)
public System.Collections.Generic.IEnumerable<DataGridRow> GetLoadedRows()

Return Value

Collection of loaded rows
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members