Class UnboundRows
Represents the collection of UnboundRow which used to display additional rows which are not bound to data source in SfDataGrid.
Inheritance
System.Object
    UnboundRows
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class UnboundRows : ObservableCollection<GridUnboundRow>
  Constructors
UnboundRows()
Declaration
public UnboundRows()
  Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Occurs when the 
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | The System.Collections.Specialized.NotifyCollectionChangedEventArgs.  |