menu

UWP

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

    Show / Hide Table of Contents

    Interface ITreeDataColumnElement

    Provides the common functionalities of DataColumns in SfTreeGrid.

    Inherited Members
    IElement.Element
    IElement.Index
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public interface ITreeDataColumnElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    Renderer

    Gets the Renderer.

    Declaration
    ITreeGridCellRenderer Renderer { get; }
    Property Value
    Type
    ITreeGridCellRenderer

    RowIndex

    Gets the Row index.

    Declaration
    int RowIndex { get; }
    Property Value
    Type
    System.Int32

    Methods

    UpdateCellStyle()

    Updates the cell style.

    Declaration
    void UpdateCellStyle()

    Extension Methods

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