ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / GetLoadedRows Method

In This Topic
    GetLoadedRows Method
    In This Topic
    Gets the loaded rows until now.
    Syntax
    'Declaration
     
    
    Public Function GetLoadedRows() As IEnumerable(Of DataGridRow)
    public IEnumerable<DataGridRow> GetLoadedRows()

    Return Value

    Collection of loaded rows
    See Also