menu

UWP

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

    Show / Hide Table of Contents

    Class TreeDataRow

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

    Inheritance
    System.Object
    TreeDataRowBase
    TreeDataRow
    Implements
    ITreeDataRowElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    TreeDataRowBase.ArrangeElement(Rect)
    TreeDataRowBase.CollapseColumn(TreeDataColumnBase)
    TreeDataRowBase.CompareTo(Object)
    TreeDataRowBase.Dispose()
    TreeDataRowBase.Dispose(Boolean)
    TreeDataRowBase.Element
    TreeDataRowBase.GetVisibleColumns()
    TreeDataRowBase.HasChildNodes
    TreeDataRowBase.Index
    TreeDataRowBase.IsCurrentRow
    TreeDataRowBase.IsEditing
    TreeDataRowBase.IsFocusedRow
    TreeDataRowBase.IsSelectedRow
    TreeDataRowBase.Level
    TreeDataRowBase.MeasureElement(Size)
    TreeDataRowBase.Node
    TreeDataRowBase.OnCreateRowElement()
    TreeDataRowBase.OnPropertyChanged(String)
    TreeDataRowBase.OnRowIndexChanged()
    TreeDataRowBase.PropertyChanged
    TreeDataRowBase.RowData
    TreeDataRowBase.RowElement
    TreeDataRowBase.RowIndex
    TreeDataRowBase.RowType
    TreeDataRowBase.SetCellBindings(TreeDataColumnBase)
    TreeDataRowBase.SetRowBindings(TreeGridRowControl)
    TreeDataRowBase.TreeGrid
    TreeDataRowBase.VisibleColumns
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeDataRow : TreeDataRowBase, ITreeDataRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable

    Constructors

    TreeDataRow()

    Declaration
    public TreeDataRow()

    Methods

    GetColumnSize(Int32, Boolean)

    Overridden to gets the size of the given column index.

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

    The index of the column.

    System.Boolean lineNull

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

    Returns
    Type Description
    System.Double

    Returns the size of the column.

    Overrides
    TreeDataRowBase.GetColumnSize(Int32, Boolean)

    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
    TreeDataRowBase.OnGenerateVisibleColumns(VisibleLinesCollection)

    Implements

    ITreeDataRowElement
    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