TreeNode Class

Description

Represents a node in the TreeContent.

Inheritance Hierarchy

TreeNode does not derive from any class, and no classes derive from it.

Syntax

C#
public class TreeNode
VB
Public Class TreeNode

Properties

Name Description
Children Gets the child nodes of the TreeNode.
Text Gets the text of the TreeNode.