Interface ITreeTableEntryHost
Namespace: Syncfusion.UI.Xaml.Grids.Collections
Assembly: Syncfusion.GridCommon.WinUI.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 |