Interface ITreeTableSource
This object owns a ITreeTable.
Namespace: Syncfusion.UI.Xaml.Grids.Collections
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public interface ITreeTableSource
Methods
GetTreeTable()
Returns a reference to an inner tree table.
Declaration
ITreeTable GetTreeTable()
Returns
| Type |
|---|
| ITreeTable |