Interface ITreeTableEntry
A leaf with value and optional sort key.
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.WinForms.GridCommon.Collections
Assembly: Syncfusion.GridCommon.WinForms.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 |