Interface ITreeNode
Interface to implement when you want the regular (non generic) TreeView to automatically determine children for your class (without having to specify an ITreeBuilder<T>)
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