menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpannedDataRow - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpannedDataRow

    Represents a class that provides the common functionalities of spanned data rows.

    Inheritance
    System.Object
    DataRowBase
    GridDataRow
    SpannedDataRow
    Implements
    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    DataRowBase.ArrangeElement(Rect)
    DataRowBase.ArrangeRect
    DataRowBase.CompareTo(Object)
    DataRowBase.Dispose()
    DataRowBase.Element
    DataRowBase.GetDataRow()
    DataRowBase.GetVisibleColumns()
    DataRowBase.Index
    DataRowBase.IsCurrentRow
    DataRowBase.IsEditing
    DataRowBase.IsExpanded
    DataRowBase.IsFixedRow
    DataRowBase.IsFocusedRow
    DataRowBase.IsSelectedRow
    DataRowBase.IsSpannedRow
    DataRowBase.Level
    DataRowBase.MeasureElement(Size)
    DataRowBase.OnPropertyChanged(String)
    DataRowBase.OnRowDataChanged()
    DataRowBase.PropertyChanged
    DataRowBase.RowData
    DataRowBase.RowIndex
    DataRowBase.RowRegion
    DataRowBase.RowType
    DataRowBase.suspendUpdateStyle
    DataRowBase.VisibleColumns
    DataRowBase.WholeRowElement
    GridDataRow.AllowRowHoverHighlighting()
    GridDataRow.CollapseColumn(DataColumnBase)
    GridDataRow.CreateRowHeaderColumn(Int32)
    GridDataRow.GetColumnVisibleLineInfo(Int32)
    GridDataRow.GetRowSize(DataColumnBase, Boolean)
    GridDataRow.GetRowVisibleLineInfo(Int32)
    GridDataRow.GetVisibleLineOrigin()
    GridDataRow.OnExpandedStateChanged()
    GridDataRow.SetCurrentCellBorderBinding(UIElement)
    GridDataRow.SetSelectionBorderBindings(VirtualizingCellsControl)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class SpannedDataRow : GridDataRow, IRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable

    Constructors

    SpannedDataRow()

    Initializes a new instance of SpannedDataRow class.

    Declaration
    public SpannedDataRow()

    Methods

    CreateIndentColumn(Int32)

    Creates a indent column.

    Declaration
    protected override DataColumnBase CreateIndentColumn(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The corresponding column index.

    Returns
    Type Description
    DataColumnBase

    A indent column

    Overrides
    DataRowBase.CreateIndentColumn(Int32)

    Dispose(Boolean)

    Disposes all the resources used by the SpannedDataRow class.

    Declaration
    protected override void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    Overrides
    GridDataRow.Dispose(Boolean)

    GetColumnSize(Int32, Boolean)

    Gets the column size.

    Declaration
    protected override double GetColumnSize(int index, bool lineNull)
    Parameters
    Type Name Description
    System.Int32 index

    The corresponding index.

    System.Boolean lineNull

    Indicates whether to retrieve the size from the visible lines or from the range.

    Returns
    Type Description
    System.Double

    The column size.

    Overrides
    GridDataRow.GetColumnSize(Int32, Boolean)

    OnCreateRowElement()

    Declaration
    protected override VirtualizingCellsControl OnCreateRowElement()
    Returns
    Type
    VirtualizingCellsControl
    Overrides
    DataRowBase.OnCreateRowElement()

    OnGenerateVisibleColumns(VisibleLinesCollection)

    Generates the visible columns.

    Declaration
    protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
    Parameters
    Type Name Description
    VisibleLinesCollection visibleColumnLines

    The corresponding visible column lines.

    Overrides
    DataRowBase.OnGenerateVisibleColumns(VisibleLinesCollection)

    OnRowIndexChanged()

    Invoked when the row index changed.

    Declaration
    protected override void OnRowIndexChanged()
    Overrides
    DataRowBase.OnRowIndexChanged()

    ShowRowHeader()

    Gets a value indicating whether the Row header can be shown or not.

    Declaration
    protected bool ShowRowHeader()
    Returns
    Type Description
    System.Boolean

    true if the row header can be shown; otherwise false.

    Implements

    IRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved