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