Children Property

Class

TreeNode.

Action

Gets the child nodes of the TreeNode.

Syntax

C#
public readonly IList<TreeNode> RootNodes
VB
Public ReadOnly Property RootNodes As IList<TreeNode>

Access

Read only.