Class DataGridUnboundRows
Gets or sets the collection of unbound rows that will be displayed to the SfDataGrid.
Inheritance
System.Object
DataGridUnboundRows
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridUnboundRows : ObservableCollection<DataGridUnboundRow>
Constructors
DataGridUnboundRows()
Declaration
public DataGridUnboundRows()
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Specialized.NotifyCollectionChangedEventArgs | e |
Exceptions
| Type | Condition |
|---|---|
| System.NotImplementedException |