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.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class UnBoundRow : DataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
UnBoundRow()
Initializes a new instance of
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