Class DataTableRecordsList
Represents the class that maintains the records list when binding data table as source to the SfDataGrid.
Implements
System.Collections.Generic.IList<RecordEntry>
    System.Collections.Generic.ICollection<RecordEntry>
    System.Collections.Generic.IEnumerable<RecordEntry>
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.IDisposable
  Inherited Members
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class DataTableRecordsList : RecordsList, IRecordsList, IRecordsEntryList, IList<RecordEntry>, ICollection<RecordEntry>, IEnumerable<RecordEntry>, IEnumerable, INotifyCollectionChanged, IDisposable
  Constructors
DataTableRecordsList(IEnumerable, DataTableCollectionView)
Initializes a new instance of the DataTableRecordsList class.
Declaration
public DataTableRecordsList(IEnumerable source, DataTableCollectionView view)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.IEnumerable | source | The IEnumerable source of the SfDataGrid.  | 
      
| DataTableCollectionView | view | The data table collection view.  | 
      
Methods
PopulateRecords(IEnumerable, CollectionViewAdv)
Declaration
protected override void PopulateRecords(IEnumerable source, CollectionViewAdv view)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.IEnumerable | source | |
| CollectionViewAdv | view | 
Overrides
Implements
      System.Collections.Generic.IList<>
  
  
      System.Collections.Generic.ICollection<>
  
  
      System.Collections.Generic.IEnumerable<>
  
  
      System.Collections.IEnumerable
  
  
      System.Collections.Specialized.INotifyCollectionChanged
  
  
      System.IDisposable