Interface ITreeTableEntry
A leaf with value and optional sort key.
Inherited Members
Namespace: Syncfusion.Maui.GridCommon.Collections
Assembly: Syncfusion.Maui.GridCommon.dll
Syntax
public interface ITreeTableEntry : ITreeTableNode, IDisposable
Properties
Value
Gets / sets the value attached to this leaf.
Declaration
object Value { get; set; }
Property Value
| Type |
|---|
| System.Object |
Methods
CreateBranch(TreeTable)
Creates a branch that can hold this entry when new leaves are inserted into the tree.
Declaration
ITreeTableBranch CreateBranch(TreeTable tree)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeTable | tree |
Returns
| Type |
|---|
| ITreeTableBranch |
GetSortKey()
Returns the sort key of this leaf.
Declaration
object GetSortKey()
Returns
| Type |
|---|
| System.Object |