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