Class TreeTableSource | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class TreeTableSource<T> : IEnumerableTableSource<T>, ITableSource, IDisposable where T : class
Type Parameters
T
Inheritance
TreeTableSource
Implements
Inherited Members
Constructors
TreeTableSource(TableView, string, TreeView, Dictionary<string, Func<T, object>>)
Creates a new instance of TreeTableSource presenting the given tree
. This source should only be used with table
.
Properties
Gets the label for each column.
Gets the number of columns in the table.
Returns the data at the given indexes of the table (row, column).
Gets the number of rows in the table.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Return all objects in the table.
Return the object on the given row.
Returns the tree model object rendering on the given row
of the table.