Interface ITreeNode | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Interface to implement when you want the regular (non generic) TreeViewto automatically determine children for your class (without having to specify an ITreeBuilder)
public interface ITreeNode
Properties
The children of your class which should be rendered underneath it when expanded
Optionally allows you to store some custom data/class here.
Text to display when rendering the node