HypernovaDesktop Components · docs
Binarymission
WinFormsTree View Combo Box › TreeNode

TreeNode

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls.Shared

Wraps information needed on a treenode object.

public class TreeNode

Members at a glance

ChildNodesItemsListGets or sets an array of child TreeNode objects's string value of its Text for this TreeNode instance.
ParentTextItemsListGets or sets the parent TreeNode objects's Text value for this TreeNode instance.
TextGets or sets the string value of this TreeNode instance.

Properties

ChildNodesItemsList

public List<string> ChildNodesItemsList

Gets or sets an array of child TreeNode objects's string value of its Text for this TreeNode instance.

ParentTextItemsList

public List<string> ParentTextItemsList

Gets or sets the parent TreeNode objects's Text value for this TreeNode instance.

The parent list here refer to all parents in the hirarchy of this TreeNode object's instance.

Text

public string Text

Gets or sets the string value of this TreeNode instance.