Class UnboundRow
The class that going to deals with UnboundDataRow's column creation and updating it's renderer and initialize it element.
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class UnboundRow : DataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
UnboundRow()
Initializes a new instance of UnboundRow class.
Declaration
public UnboundRow()
Methods
AllowRowHoverHighlighting()
Gets the value indicating whether the row can be highlighted while hovering.
Declaration
protected override bool AllowRowHoverHighlighting()
Returns
Type | Description |
---|---|
System.Boolean | true if the row can be highlighted while hovering; otherwise false. |
Overrides
CanUpdateColumn(DataColumnBase)
Gets a value that indicates whether the visible column can be updated or not.
Declaration
protected override bool CanUpdateColumn(DataColumnBase dataColumn)
Parameters
Type | Name | Description |
---|---|---|
DataColumnBase | dataColumn | The corresponding data column. |
Returns
Type | Description |
---|---|
System.Boolean | true if the columns can update for reusing; otherwise false. |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable