Interface ITreeNode | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui.Trees

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

Children

The children of your class which should be rendered underneath it when expanded

Tag

Optionally allows you to store some custom data/class here.

Text

Text to display when rendering the node

Edit this page