WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnboundRow

    Show / Hide Table of Contents

    Class UnboundRow

    The class that going to deals with UnboundDataRow's column creation and updating it's renderer and initialize it element.

    Inheritance
    System.Object
    DataRowBase
    GridDataRow
    DataRow
    UnboundRow
    Implements
    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    DataRow.OnCreateRowElement()
    DataRow.GetColumnSize(Int32, Boolean)
    DataRow.GetRowSize(DataColumnBase, Boolean)
    DataRow.OnGenerateVisibleColumns(VisibleLinesCollection)
    DataRow.OnRowIndexChanged()
    DataRow.CreateIndentColumn(Int32)
    GridDataRow.OnExpandedStateChanged()
    GridDataRow.GetColumnVisibleLineInfo(Int32)
    GridDataRow.GetRowVisibleLineInfo(Int32)
    GridDataRow.GetVisibleLineOrigin()
    GridDataRow.SetSelectionBorderBindings(DataGridRowControl)
    GridDataRow.SetCurrentCellBorderBinding(UIElement)
    GridDataRow.Dispose(Boolean)
    GridDataRow.CreateRowHeaderColumn(Int32)
    GridDataRow.CollapseColumn(DataColumnBase)
    DataRowBase.OnRowDataChanged()
    DataRowBase.GetDataRow()
    DataRowBase.GetVisibleColumns()
    DataRowBase.MeasureElement(Size)
    DataRowBase.ArrangeElement(Rect)
    DataRowBase.OnPropertyChanged(String)
    DataRowBase.CompareTo(Object)
    DataRowBase.Dispose()
    DataRowBase.WholeRowElement
    DataRowBase.IsExpanded
    DataRowBase.IsEditing
    DataRowBase.RowData
    DataRowBase.RowIndex
    DataRowBase.RowType
    DataRowBase.IsSelectedRow
    DataRowBase.IsFocusedRow
    DataRowBase.IsCurrentRow
    DataRowBase.IsFixedRow
    DataRowBase.VisibleColumns
    DataRowBase.IsSpannedRow
    DataRowBase.Element
    DataRowBase.Index
    DataRowBase.RowRegion
    DataRowBase.Level
    DataRowBase.ArrangeRect
    DataRowBase.PropertyChanged
    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
    GridDataRow.AllowRowHoverHighlighting()

    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
    DataRow.CanUpdateColumn(DataColumnBase)

    Implements

    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved