menu

WPF

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

    Show / Hide Table of Contents

    Interface ITreeTableEntryHost

    Namespace: Syncfusion.Windows.Collections.Generic
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface ITreeTableEntryHost

    Methods

    GetTreeTableEntry(Int32)

    Declaration
    ITreeTableEntry GetTreeTableEntry(int kind)
    Parameters
    Type Name Description
    System.Int32 kind
    Returns
    Type
    ITreeTableEntry

    SetTreeTableEntry(Int32, ITreeTableEntry)

    Declaration
    void SetTreeTableEntry(int kind, ITreeTableEntry entry)
    Parameters
    Type Name Description
    System.Int32 kind
    ITreeTableEntry entry
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved