menu

UWP

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

    Show / Hide Table of Contents

    Class TreeDataColumn

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

    Inheritance
    System.Object
    TreeDataColumnBase
    TreeDataColumn
    Implements
    ITreeDataColumnElement
    IElement
    System.ComponentModel.INotifyPropertyChanged
    System.IComparable
    System.IDisposable
    Inherited Members
    TreeDataColumnBase.ColumnElement
    TreeDataColumnBase.ColumnIndex
    TreeDataColumnBase.ColumnSpan
    TreeDataColumnBase.ColumnType
    TreeDataColumnBase.CompareTo(Object)
    TreeDataColumnBase.DataRow
    TreeDataColumnBase.Dispose()
    TreeDataColumnBase.Dispose(Boolean)
    TreeDataColumnBase.Element
    TreeDataColumnBase.Index
    TreeDataColumnBase.IsCurrentCell
    TreeDataColumnBase.IsEditing
    TreeDataColumnBase.PropertyChanged
    TreeDataColumnBase.RaisePropertyChanged(String)
    TreeDataColumnBase.Renderer
    TreeDataColumnBase.RowIndex
    TreeDataColumnBase.RowSpan
    TreeDataColumnBase.TreeGridColumn
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeDataColumn : TreeDataColumnBase, ITreeDataColumnElement, IElement, INotifyPropertyChanged, IComparable, IDisposable

    Constructors

    TreeDataColumn()

    Declaration
    public TreeDataColumn()

    Methods

    OnInitializeColumnElement(Object, Boolean)

    Prepares the Column element based on the Visible column

    Declaration
    protected override FrameworkElement OnInitializeColumnElement(object dataContext, bool isInEdit)
    Parameters
    Type Name Description
    System.Object dataContext
    System.Boolean isInEdit
    Returns
    Type
    Windows.UI.Xaml.FrameworkElement
    Overrides
    TreeDataColumnBase.OnInitializeColumnElement(Object, Boolean)

    UpdateBinding(Object, Boolean)

    Method which is update the binding and style information of the cell when we recycle the cell for scrolling.

    Declaration
    public override void UpdateBinding(object dataContext, bool updateCellStyle = true)
    Parameters
    Type Name Description
    System.Object dataContext
    System.Boolean updateCellStyle
    Overrides
    TreeDataColumnBase.UpdateBinding(Object, Boolean)

    UpdateCellStyle()

    When we scroll the Grid vertically row's will be recycled. While recycling we need to update the style info of all the cell's in old row. This property change call back will update the style info of all the cell element when the row index changed.

    Declaration
    public override void UpdateCellStyle()
    Overrides
    TreeDataColumnBase.UpdateCellStyle()

    Implements

    ITreeDataColumnElement
    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