Class DataUnboundRow
Inheritance
System.Object
Syncfusion.Maui.DataGrid.DataRowBase
Syncfusion.Maui.DataGrid.GridDataRow
Syncfusion.Maui.DataGrid.DataRow
DataUnboundRow
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataUnboundRow : DataRow, INotifyPropertyChanged, IDisposable
Constructors
DataUnboundRow()
Declaration
public DataUnboundRow()
Methods
CanUpdateColumn(DataColumnBase)
Gets a value that indicates whether the VisibleColumn can be update or not.
Declaration
protected override bool CanUpdateColumn(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Maui.DataGrid.DataColumnBase | dataColumn | Corresponding dataColumn. |
Returns
Type | Description |
---|---|
System.Boolean | true when Column can update for reusing otherwise false. |
Overrides
Syncfusion.Maui.DataGrid.DataRow.CanUpdateColumn(Syncfusion.Maui.DataGrid.DataColumnBase)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable