Interface ITreeTableEntryHost
Namespace: Syncfusion.WinForms.GridCommon.Collections.Generic
Assembly: Syncfusion.GridCommon.WinForms.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 |