WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeDataRow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeDataRow

    Inheritance
    System.Object
    TreeDataRowBase
    TreeDataRow
    Implements
    ITreeDataRowElement
    IElement
    System.IComparable
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    Inherited Members
    TreeDataRowBase.OnCreateRowElement()
    TreeDataRowBase.OnRowIndexChanged()
    TreeDataRowBase.GetVisibleColumns()
    TreeDataRowBase.CollapseColumn(TreeDataColumnBase)
    TreeDataRowBase.SetRowBindings(TreeGridRowControl)
    TreeDataRowBase.SetCellBindings(TreeDataColumnBase)
    TreeDataRowBase.MeasureElement(Size)
    TreeDataRowBase.ArrangeElement(Rect)
    TreeDataRowBase.OnPropertyChanged(String)
    TreeDataRowBase.CompareTo(Object)
    TreeDataRowBase.Dispose()
    TreeDataRowBase.Dispose(Boolean)
    TreeDataRowBase.RowElement
    TreeDataRowBase.TreeGrid
    TreeDataRowBase.RowData
    TreeDataRowBase.Node
    TreeDataRowBase.Level
    TreeDataRowBase.HasChildNodes
    TreeDataRowBase.RowIndex
    TreeDataRowBase.IsEditing
    TreeDataRowBase.RowType
    TreeDataRowBase.VisibleColumns
    TreeDataRowBase.IsSelectedRow
    TreeDataRowBase.IsCurrentRow
    TreeDataRowBase.IsFocusedRow
    TreeDataRowBase.Element
    TreeDataRowBase.Index
    TreeDataRowBase.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeDataRow : TreeDataRowBase, ITreeDataRowElement, IElement, IComparable, INotifyPropertyChanged, 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)

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

    Implements

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