WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeTableEntry

    Show / Hide Table of Contents

    Interface ITreeTableEntry

    A leaf with value and optional sort key.

    Inherited Members
    ITreeTableNode.GetPosition()
    ITreeTableNode.GetCount()
    ITreeTableNode.IsEmpty()
    ITreeTableNode.IsEntry()
    ITreeTableNode.GetLevel()
    ITreeTableNode.GetMinimum()
    ITreeTableNode.InvalidateCounterBottomUp(Boolean)
    ITreeTableNode.InvalidateSummariesBottomUp(Boolean)
    ITreeTableNode.Parent
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Collections
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface ITreeTableEntry : ITreeTableNode, IDisposable

    Properties

    Value

    Gets / sets the value attached to this leaf.

    Declaration
    object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    CreateBranch(TreeTable)

    Creates a branch that can hold this entry when new leaves are inserted into the tree.

    Declaration
    ITreeTableBranch CreateBranch(TreeTable tree)
    Parameters
    Type Name Description
    TreeTable tree
    Returns
    Type Description
    ITreeTableBranch

    GetSortKey()

    Returns the sort key of this leaf.

    Declaration
    object GetSortKey()
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved